Make error output of dhparams and dsaparams app more consistent
[openssl.git] / demos / certs / mkcerts.sh
index d0fdeac72eb141e028a8500cbbb0688bef0639bf..2d14a95989e811a0aefb21386ee298056b233b6d 100644 (file)
@@ -15,7 +15,7 @@ $OPENSSL x509 -req -in intreq.pem -CA root.pem -days 3600 \
        -extfile ca.cnf -extensions v3_ca -CAcreateserial -out intca.pem
 
 # Server certificate: create request first
-CN="crl.host.com" $OPENSSL req -config ca.cnf -nodes \
+CN="Test Server Cert" $OPENSSL req -config ca.cnf -nodes \
        -keyout skey.pem -out req.pem -newkey rsa:1024
 # Sign request: end entity extensions
 $OPENSSL x509 -req -in req.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
@@ -42,7 +42,7 @@ CN="Test OCSP Responder Cert" $OPENSSL req -config ca.cnf -nodes \
 $OPENSSL x509 -req -in respreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
        -extfile ca.cnf -extensions ocsp_cert -CAcreateserial -out resp.pem
 
-# Example creating a PKCS#3 DH certificate. 
+# Example creating a PKCS#3 DH certificate.
 
 # First DH parameters