-
Notifications
You must be signed in to change notification settings - Fork 139
Renewing Admin Certificate
Endi S. Dewata edited this page May 20, 2021
·
17 revisions
Note
|
This procedure may require Firefox earlier than v69 that still supports <keygen> .
|
To renew the admin certificate using CMSGateway, configure the following parameter in /etc/pki/pki-tomcat/ca/CS.cfg
:
cmsgateway.enableAdminEnroll=true
Restart the server, then follow the procedure at https://localhost.localdomain:8443/ca/admin/ca/adminEnroll.html.
$ pki-server cert-fix \ --ldapi-socket /var/run/slapd-localhost.socket \ --agent-uid caadmin \ --extra-cert <serial number> $ pki -n caadmin ca-user-cert-add caadmin --input caadmin.crt
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |