Skip to content

Installing PKI Admin Certificate

Endi S. Dewata edited this page May 23, 2024 · 3 revisions

Overview

This page describes the process to install PKI admin certificate in PKI CLI’s NSS database.

Installation Procedure

To install PKI admin certificate:

$ pki-server cert-export ca_signing --cert-file ca_signing.crt
$ pki client-cert-import ca_signing --ca-cert ca_signing.crt
$ pki client-cert-import \
    --pkcs12 /root/ca-agent.p12 \
    --pkcs12-password Secret.123

Using Admin Certificate

To use the admin certificate, specify the nickname as follows:

$ pki -n ipa-ca-agent ca-user-find
Clone this wiki locally