Skip to content

Commit 38f1a82

Browse files
author
Alan Clucas
committed
Default cert behavior is now internal
1 parent a6018a3 commit 38f1a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/vars/common.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rpm_source: internet
1818
# rpmsdirectory: Location on the target machines.
1919
rpmsdirectory: /hubrpms
2020
# ca_certs: Options are 'internal', 'selfsigned' or 'supplied' for whether to generate internal certificates or sign the CSRs. Internal means the hub generates certificates and is recommended. Selfsigned means ansible with sign the certificates (this is only really for testing the 'supplied' variant). Supplied means you must sign the CSRs and supply the certificates - the job will pause for you to do this.
21-
ca_certs: selfsigned
21+
ca_certs: internal
2222
# ldap_enabled: Get ansible to configure ldap for you. See ldap.yaml to configure it.
2323
ldap_enabled: false
2424
# Passphrase for when we are selfsigining certificates only.

0 commit comments

Comments
 (0)