1ipa-server-certinstall(1) FreeIPA Manual Pages ipa-server-certinstall(1)
2
3
4
6 ipa-server-certinstall - Install new SSL server certificates
7
9 ipa-server-certinstall [OPTION]... PKCS12_FILE
10
12 Replace the current SSL Directory and/or Apache server certificate(s)
13 with the certificate in the PKCS#12 file.
14
15 PKCS#12 is a file format used to safely transport SSL certificates and
16 public/private keypairs.
17
18 They may be generated and managed using the NSS pk12util command or the
19 OpenSSL pkcs12 command.
20
21 The service(s) are not automatically restarted. In order to use the
22 newly installed certificate(s) you will need to manually restart the
23 Directory and/or Apache servers.
24
26 -d, --dirsrv
27 Install the certificate on the Directory Server
28
29 -w, --http
30 Install the certificate in the Apache Web Server
31
32 --dirsrv_pin=DIRSRV_PIN
33 The password of the Directory Server PKCS#12 file
34
35 --http_pin=HTTP_PIN
36 The password of the Apache Server PKCS#12 file
37
39 0 if the installation was successful
40
41 1 if an error occurred
42
43
44
45FreeIPA Mar 14 2008 ipa-server-certinstall(1)