These steps sign/issue a certificate based on a certificate signing request (CSR).
-
Copy the CSR to the intermediate certificate's directory.
-
Generate the new certificate. This will prompt for the intermediate certificate's key passphase.
-
example.req
-- The CSR. -
example.cert
-- The resulting certificate.
openssl ca -config ca.config -in example.req -out example.cert
-
-
Copy the new certificate next to its private key.