Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 556 Bytes

File metadata and controls

23 lines (14 loc) · 556 Bytes

Issuing certificates

These steps sign/issue a certificate based on a certificate signing request (CSR).

  1. Copy the CSR to the intermediate certificate's directory.

  2. 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
  3. Copy the new certificate next to its private key.

Next

Installing certificates