Make error output of dhparams and dsaparams app more consistent
[openssl.git] / demos / certs / mkcerts.sh
index f1407cb4029b3837263a974c2b4923b7c1b38fa5..2d14a95989e811a0aefb21386ee298056b233b6d 100644 (file)
@@ -28,7 +28,7 @@ CN="Test Client Cert" $OPENSSL req -config ca.cnf -nodes \
 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
        -extfile ca.cnf -extensions usr_cert -CAcreateserial -out client.pem
 
-# Revkoed certificate: request first
+# Revoked certificate: request first
 CN="Test Revoked Cert" $OPENSSL req -config ca.cnf -nodes \
        -keyout revkey.pem -out rreq.pem -newkey rsa:1024
 # Sign using intermediate CA
@@ -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