-
Notifications
You must be signed in to change notification settings - Fork 137
PKI Server KRA CLI
Endi S. Dewata edited this page Dec 10, 2020
·
8 revisions
To export the KRA system certificates for cloning, execute the following command:
$ pki-server kra-clone-prepare --pkcs12-file kra-clone.p12 --pkcs12-password-file password.txt
See also Installing KRA Clone.
To list KRA VLV indexes currently in the database execute the following command:
$ pki-server kra-db-vlv-find ---------------- 26 entries found ---------------- dn: cn=allKeys-pki-tomcat,cn=kra,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: vlvSearch vlvScope: 1 vlvFilter: (&(serialno=*)(!(realm=*))) vlvBase: ou=keyRepository,ou=kra,dc=kra,dc=pki,dc=example,dc=com cn: allKeys-pki-tomcat ...
To import KRA VLV indexes from /usr/share/pki/kra/conf/vlv.ldif into the database execute the following command:
$ pki-server kra-db-vlv-add KRA VLVs added to the database for pki-tomcat
To rebuild KRA VLV indexes in the database execute the following command:
$ pki-server kra-db-vlv-reindex Initiating KRA VLV reindex for pki-tomcat KRA VLV reindex completed for pki-tomcat
To remove KRA VLV indexes currently in the database execute the following command:
$ pki-server kra-db-vlv-del KRA VLVs deleted from the database for pki-tomcat
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |