ipa-server-certinstall(1) - Linux man page
Name
ipa-server-certinstall - Install new SSL server certificatesSynopsis
ipa-server-certinstall [OPTION]... PKCS12_FILEDescription
Replace the current SSL Directory and/or Apache server certificate(s) with the certificate in the PKCS#12 file.PKCS#12 is a file format used to safely transport SSL certificates and public/private keypairs.
They may be generated and managed using the NSS pk12util command or the OpenSSL pkcs12 command.
The service(s) are not automatically restarted. In order to use the newly installed certificate(s) you will need to manually restart the Directory and/or Apache servers.
Options
- -d, --dirsrv
- Install the certificate on the Directory Server
- -w, --http
- Install the certificate in the Apache Web Server
- --dirsrv_pin=DIRSRV_PIN
- The password of the Directory Server PKCS#12 file
- --http_pin=HTTP_PIN
- The password of the Apache Server PKCS#12 file
Exit Status
0 if the installationwas successful
1 if an error occurred