Skip to content

Commit 48848b2

Browse files
author
William Dyson
committed
corrected note on ca certificates in freeipa docs
1 parent 8ca7f1a commit 48848b2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/freeipa.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ The playbook will not provision a firewall around the FreeIPA server.
4747

4848
## FreeIPA CA signed certificates or externally signed certificates?
4949

50-
In both cases, you'll want to refer to each CA certificate used (particularly important if you are using a different CA) by adding entries to `tls_ca_certs` e.g. (IPA CA)
51-
52-
```
53-
tls_ca_certs:
54-
- path: /etc/ipa/ca.crt
55-
alias: ipaca
56-
```
57-
5850
### FreeIPA CA signed certificates
5951

6052
Here, nothing has to be done.
@@ -67,6 +59,15 @@ In this case, please set `skip_ipa_signing` to `true`.
6759

6860
This will cause the playbook to stop after generating CSRs – identical to the non-FreeIPA case.
6961

62+
You will also need to configure your CA certificate like so (where `/path/to/ca.crt` is a path on the controller host):
63+
```
64+
tls_ca_certs:
65+
- path: /path/to/ca.crt
66+
alias: clusterca
67+
```
68+
69+
This will ensure that the generated truststore includes your external CA.
70+
7071
## AutoTLS or playbook configured?
7172

7273
### AutoTLS

0 commit comments

Comments
 (0)