-
Notifications
You must be signed in to change notification settings - Fork 148
PKI Security Domain CLI
Endi S. Dewata edited this page Mar 27, 2024
·
8 revisions
The pki securitydomain commands can be used to manage a Security Domain.
To display the security domain:
$ pki securitydomain-show
Domain: EXAMPLE
CA Subsystem:
Host ID: CA pki.example.com 8443
Hostname: pki.example.com
Port: 8080
Secure Port: 8443
Domain Manager: TRUE
KRA Subsystem:
Host ID: KRA pki.example.com 8443
Hostname: pki.example.com
Port: 8080
Secure Port: 8443
Domain Manager: FALSE
To join a security domain, obtain an installation token, then execute the following command:
$ pki \
-d /var/lib/pki/pki-tomcat/conf/alias \
-f /var/lib/pki/pki-tomcat/conf/password.conf \
securitydomain-join \
"KRA pki.example.com 8443" \
--install-token <token> \
--type KRA \
--hostname pki.example.com
To leave a security domain, execute the following command with subsystem certificate for authentication:
$ pki \
-d /var/lib/pki/pki-tomcat/conf/alias \
-f /var/lib/pki/pki-tomcat/conf/password.conf \
-n subsystem \
securitydomain-leave \
"KRA pki.example.com 8443" \
--type KRA \
--hostname pki.example.com
Availability: Since PKI 11.4.
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |