mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Set up DS TLS on replica in CA-less topology
Fixes: https://fedorahosted.org/freeipa/ticket/6226 Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
parent
097ff54ebc
commit
cdb6ffb779
@ -393,7 +393,9 @@ class DsInstance(service.Service):
|
||||
|
||||
if self.promote:
|
||||
self.step("creating DS keytab", self.__get_ds_keytab)
|
||||
if self.ca_is_configured:
|
||||
if self.pkcs12_info:
|
||||
self.step("configuring ssl for ds instance", self.__enable_ssl)
|
||||
else:
|
||||
self.step("retrieving DS Certificate", self.__get_ds_cert)
|
||||
self.step("restarting directory server", self.__restart_instance)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user