PKI Server SD CLI - dogtagpki/pki GitHub Wiki
The pki-server sd-*
commands provide a way to manage security domain database directly without a running PKI server.
These commands can be used to fix security domain issues.
To create an empty security domain database:
$ pki-server sd-create
To list the subsystems in the security domain:
$ pki-server sd-subsystem-find
To add a subsystem into the security domain:
$ pki-server sd-subsystem-add \ --subsystem CA \ --hostname pki.example.com \ --secure-port 8443 \ "CA pki.example.com 8443"
To remove a subsystem from the security domain:
$ pki-server sd-subsystem-del "CA pki.example.com 8443"