mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Backup ssl.conf when migrating from mod_nss
We should backup mod_ssl configuration when migrating from nss otherwise the uninstall would later leave the machine with IPA-specific settings. Related: https://pagure.io/freeipa/issue/3757 Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
b21941360c
commit
75845733f8
@ -577,6 +577,7 @@ class HTTPInstance(service.Service):
|
||||
pk12_password,
|
||||
paths.HTTPD_KEY_FILE)
|
||||
|
||||
self.backup_ssl_conf()
|
||||
self.configure_mod_ssl_certs()
|
||||
self.set_mod_ssl_protocol()
|
||||
self.set_mod_ssl_logdir()
|
||||
|
Loading…
Reference in New Issue
Block a user