Skip to content

PKI Server Instance Certificate CLI

Endi S. Dewata edited this page Nov 30, 2021 · 1 revision

Exporting Instance Certificates

To export the system certificates and keys from an instance into a PKCS #12 file, execute the following command:

$ pki-server instance-cert-export --pkcs12-file pki-server.p12 --pkcs12-password Secret.123

By default it will overwrite the output file. To append the certificates and keys into an existing file specify the --append parameter.

Clone this wiki locally