PKI Server ACME Database CLI - dogtagpki/pki GitHub Wiki
Database configuration for DS:
$ pki-server acme-database-show Database Type: ds Server URL: ldap://ds.example.com:3389 Authentication Type: BasicAuth Bind DN: cn=Directory Manager Bind Password: ******** Base DN: dc=acme,dc=pki,dc=example,dc=com
Database configuration for PostgreSQL:
$ pki-server acme-database-show Database Type: postgresql Server URL: jdbc:postgresql://localhost:5432/acme Username: acme Password: ********
$ pki-server acme-database-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 database. Available types: ds, in-memory, ldap, openldap, postgresql. Database Type [postgresql]: Enter the location of the PostgreSQL server. Server URL [jdbc:postgresql://localhost:5432/acme]: Enter the username for basic authentication. Username [acme]: Enter the password for basic authentication. Password [********]:
$ pki-server acme-database-init
Availability: Since PKI 11.9.
$ pki-server acme-database-index-rebuild
Availability: Since PKI 11.9.