Fix path to IPA CA cert
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
8edcf08f36
commit
bc93a73536
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ ipa_sync_enabled = True
|
|||
ipa_sync_keytab = '/etc/fas_sync_keytab'
|
||||
ipa_sync_principal = 'fas_sync@{{ ipa_realm }}'
|
||||
ipa_sync_server = 'ipa01{{env_suffix}}.phx2.fedoraproject.org'
|
||||
ipa_sync_certfile = '/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt'
|
||||
ipa_sync_certfile = '/etc/fas/fas_sync_cert.pem'
|
||||
|
||||
###
|
||||
### Administrative settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue