1ipa-server-certinstall(1) IPA Manual Pages ipa-server-certinstall(1)
2
3
4
6 ipa-server-certinstall - Install new SSL server certificates
7
9 ipa-server-certinstall [OPTION]... FILE...
10
12 Replace the current Directory server SSL certificate, Apache server SSL
13 certificate and/or Kerberos KDC certificate with the certificate in the
14 specified files. The files are accepted in PEM and DER certificate,
15 PKCS#7 certificate chain, PKCS#8 and raw private key and PKCS#12 for‐
16 mats.
17
18 PKCS#12 is a file format used to safely transport SSL certificates and
19 public/private keypairs.
20
21 They may be generated and managed using the NSS pk12util command or the
22 OpenSSL pkcs12 command.
23
24 The service(s) are not automatically restarted. In order to use the
25 newly installed certificate(s) you will need to manually restart the
26 Directory, Apache and/or Krb5kdc servers.
27
28 If the ACME service is enabled then the web certificate must have a
29 Subject Alternative Name (SAN) for ipa-ca.$DOMAIN.
30
31
33 -d, --dirsrv
34 Install the certificate on the Directory Server
35
36 -w, --http
37 Install the certificate in the Apache Web Server
38
39 -k, --kdc
40 Install the certificate in the Kerberos KDC
41
42 --pin=PIN
43 The password to unlock the private key
44
45 --cert-name=NAME
46 Name of the certificate to install
47
48 -p, --dirman-password=DIRMAN_PASSWORD
49 Directory Manager password
50
51 --version
52 Show the program's version and exit
53
54 -h, --help
55 Show the help for this program
56
57 -v, --verbose
58 Print debugging information
59
60 -q, --quiet
61 Output only errors
62
63 --log-file=FILE
64 Log to the given file
65
67 0 if the installation was successful
68
69 1 if an error occurred
70
71
72
73IPA Mar 14 2008 ipa-server-certinstall(1)