diff options
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/modules/http/ssl-cert-conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-cpp/trunk/modules/http/ssl-cert-conf b/sca-cpp/trunk/modules/http/ssl-cert-conf index 959b5059e1..8b6208a449 100755 --- a/sca-cpp/trunk/modules/http/ssl-cert-conf +++ b/sca-cpp/trunk/modules/http/ssl-cert-conf @@ -47,10 +47,10 @@ distinguished_name = req_distinguished_name C = US ST = CA L = San Francisco -O = Test Organization -OU = Test Unit +O = $host +OU = $certname CN = $host -emailAddress = root@$host +emailAddress = admin@$host EOF # Generate a certificate request |