summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-24 21:02:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-24 21:02:17 +0000
commit26e851aa0850521bba062e770e03207192fdcdca (patch)
treee26d0ff7afdc63d521506e8d3439f4b8fd5e30a9 /usr/local/www
parent389741e5afef7b0e8e129000b0f48b673c5b5624 (diff)
downloadpfsense-26e851aa0850521bba062e770e03207192fdcdca.zip
pfsense-26e851aa0850521bba062e770e03207192fdcdca.tar.gz
MFC 7124
Do not include countryName
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_advanced_create_certs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_create_certs.php b/usr/local/www/system_advanced_create_certs.php
index 67fdd81..78a4a54 100755
--- a/usr/local/www/system_advanced_create_certs.php
+++ b/usr/local/www/system_advanced_create_certs.php
@@ -124,7 +124,7 @@ if ($_POST) {
fwrite($fd, "commonName = supplied\n");
fwrite($fd, "emailAddress = optional\n");
fwrite($fd, "[ req_distinguished_name ]\n");
- fwrite($fd, "countryName = US\n");
+ //fwrite($fd, "countryName = US\n");
fwrite($fd, "[ req_attributes ]\n");
fwrite($fd, "challengePassword = A challenge password\n");
fwrite($fd, "unstructuredName = An optional company name\n");
OpenPOWER on IntegriCloud