-
Notifications
You must be signed in to change notification settings - Fork 139
PKI Server TPS CLI
Endi S. Dewata edited this page Dec 10, 2020
·
6 revisions
To list TPS VLV indexes currently in the database execute the following command:
$ pki-server tps-db-vlv-find --------------- 4 entries found --------------- dn: cn=listActivities,cn=tps,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: vlvsearch vlvScope: 1 vlvFilter: (&(tokenID=*)(tokenUserID=*)) vlvBase: ou=Activities,dc=tps,dc=pki,dc=example,dc=com cn: listActivities ...
To import TPS VLV indexes from /usr/share/pki/tps/conf/vlv.ldif into the database execute the following command:
$ pki-server tps-db-vlv-add ---------- VLVs added ----------
To rebuild TPS VLV indexes in the database execute the following command:
$ pki-server tps-db-vlv-reindex ---------------- Reindex complete ----------------
Depending on the size of the database, the command may take some time to complete.
To remove TPS VLV indexes currently in the database execute the following command:
$ pki-server tps-db-vlv-del ------------ VLVs deleted ------------
To export the TPS system certificates for cloning, execute the following command:
$ pki-server tps-clone-prepare --pkcs12-file tps-certs.p12 --pkcs12-password-file password.txt
See also Installing TPS Clone.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |