-
Notifications
You must be signed in to change notification settings - Fork 137
Setting up OCSP Admin User
Endi S. Dewata edited this page Jun 14, 2024
·
2 revisions
This page describes the process to set up an OCSP admin user with PKI tools.
$ pki-server ocsp-user-add \ --full-name Administrator \ --type adminType \ ocspadmin
In PKI 11.6 or later the user certificate can be specified with the --cert <path>
option.
$ pki-server ocsp-user-cert-add \ --cert admin.crt \ ocspadmin
$ pki-server ocsp-user-role-add ocspadmin "Administrators"
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |