-
Notifications
You must be signed in to change notification settings - Fork 139
Quick Start
Endi S. Dewata edited this page Jan 18, 2021
·
20 revisions
This document describes the process to install basic PKI subsystems.
To install the required DS and PKI packages:
$ dnf install 389-ds-base dogtag-pki
See DS Installation.
Run pkispawn to create CA subsystem in interactive mode:
$ pkispawn Subsystem (CA/KRA/OCSP/TKS/TPS) [CA]: Tomcat: Instance [pki-tomcat]: HTTP port [8080]: Secure HTTP port [8443]: AJP port [8009]: Management port [8005]: Administrator: Username [caadmin]: Password: Secret.123 Verify password: Secret.123 Import certificate (Yes/No) [N]? Export certificate to [/root/.dogtag/pki-tomcat/ca_admin.cert]: Directory Server: Hostname [server.example.com]: Port [389]: Bind DN [cn=Directory Manager]: Password: Secret.123 Base DN [o=pki-tomcat-CA]: Security Domain: Name [example.com Security Domain]: Begin installation (Yes/No/Quit)? Y Installing CA into /var/lib/pki/pki-tomcat. Storing deployment configuration into /etc/sysconfig/pki/tomcat/pki-tomcat/ca/deployment.cfg. ========================================================================== INSTALLATION SUMMARY ========================================================================== Administrator's username: caadmin Administrator's PKCS #12 file: /root/.dogtag/pki-tomcat/ca_admin_cert.p12 To check the status of the subsystem: systemctl status [email protected] To restart the subsystem: systemctl restart [email protected] The URL for the subsystem is: https://server.example.com:8443/ca ==========================================================================
See also Installing CA.
To access PKI services via Web UI open https://server.example.com:8443 with a browser.
To access PKI services via command-line, use the PKI CLI.
By default only the Default CA Admin and end-entities can access PKI services. See Adding System User.
See Administration Guide.
See User Guide.
$ pkidestroy Subsystem (CA/KRA/OCSP/TKS/TPS) [CA]: Instance [pki-tomcat]: Begin uninstallation (Yes/No/Quit)? Y Loading deployment configuration from /var/lib/pki/pki-tomcat/ca/registry/ca/deployment.cfg. Uninstalling CA from /var/lib/pki/pki-tomcat. Uninstallation complete.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |