mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Replica installation fails for self-signed server
When IPA server was configured as self-signed (--selfsign option) the replica always failed to install. https://fedorahosted.org/freeipa/ticket/1122
This commit is contained in:
parent
cb5e709e7d
commit
6fbe0e86e9
@ -153,7 +153,8 @@ def install_ca(config):
|
||||
cafile = config.dir + "/cacert.p12"
|
||||
|
||||
if not ipautil.file_exists(cafile):
|
||||
return None
|
||||
# CA not used on the server, return empty instances
|
||||
return (None, None)
|
||||
|
||||
try:
|
||||
from ipaserver.install import cainstance
|
||||
|
Loading…
Reference in New Issue
Block a user