Skip to content

PKI Server ACME Issuer CLI

Endi S. Dewata edited this page Aug 27, 2025 · 2 revisions

Displaying ACME Issuer Configuration

$ pki-server acme-issuer-show
  Issuer Type: pki
  Server URL: https://localhost:8443
  Agent Username: caadmin
  Agent Password: ********
  Certificate Profile: acmeServerCert

Modifying ACME Issuer Configuration

$ pki-server acme-issuer-mod
The current value is displayed in the square brackets.
To keep the current value, simply press Enter.
To change the current value, enter the new value.
To remove the current value, enter a blank space.

Enter the type of the certificate issuer. Available types: nss, pki.
  Issuer Type [pki]:

Enter the location of the PKI server.
  Server URL [https://localhost:8443]:

Enter the certificate nickname for client authentication.
This might be the CA agent certificate.
Enter blank to use basic authentication.
  Client Certificate []:

Enter the username of the CA agent for basic authentication.
Enter blank if a CA agent certificate is used for client authentication.
  Agent Username [caadmin]:

Enter the CA agent password for basic authentication.
Enter blank if the password is already stored in a separate property file
or if a CA agent certificate is used for client authentication.
  Agent Password [********]:

Enter the certificate profile for issuing ACME certificates.
  Certificate Profile [acmeServerCert]:
Clone this wiki locally