mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove non-existent default pki_cert_chain_path
In the future pkispawn will validate all path params so the default value for pki_cert_chain_path needs to be removed since it points to a non-existent file. When the param is actually used (e.g. for installing with an external CA) CAInstance.__spawn_instance() will configure the param to point to the actual cert chain. Signed-off-by: Endi Sukma Dewata <edewata@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
committed by
Florence Blanc-Renaud
parent
7233944e74
commit
a9ee2adec3
@@ -94,7 +94,7 @@ pki_group=pkiuser
|
||||
pki_user=pkiuser
|
||||
pki_existing=False
|
||||
|
||||
pki_cert_chain_path=%(pki_instance_configuration_path)s/external_ca_chain.cert
|
||||
pki_cert_chain_path=
|
||||
pki_cert_chain_nickname=caSigningCert External CA
|
||||
|
||||
pki_pkcs12_path=
|
||||
|
||||
Reference in New Issue
Block a user