From: Dr. Stephen Henson Date: Tue, 6 Dec 2011 00:00:30 +0000 (+0000) Subject: The default CN prompt message can be confusing when often the CN needs to X-Git-Tag: master-pre-reformat~2008 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df0cdf4ceb9560a88c1d694ae9cd203b654af09b;p=thirdparty%2Fopenssl.git The default CN prompt message can be confusing when often the CN needs to be the server FQDN: change it. [Reported by PSW Group] --- diff --git a/apps/openssl.cnf b/apps/openssl.cnf index 9d2cd5bfa52..18760c6e673 100644 --- a/apps/openssl.cnf +++ b/apps/openssl.cnf @@ -145,7 +145,7 @@ localityName = Locality Name (eg, city) organizationalUnitName = Organizational Unit Name (eg, section) #organizationalUnitName_default = -commonName = Common Name (eg, YOUR name) +commonName = Common Name (e.g. server FQDN or YOUR name) commonName_max = 64 emailAddress = Email Address