mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
A temporary save is a good save
This commit is contained in:
@@ -62,7 +62,7 @@ class ApacheTlsSni01(common.TLSSNI01):
|
|||||||
return []
|
return []
|
||||||
# Save any changes to the configuration as a precaution
|
# Save any changes to the configuration as a precaution
|
||||||
# About to make temporary changes to the config
|
# About to make temporary changes to the config
|
||||||
self.configurator.save()
|
self.configurator.save("Changes before challenge setup", True)
|
||||||
|
|
||||||
# Prepare the server for HTTPS
|
# Prepare the server for HTTPS
|
||||||
self.configurator.prepare_server_https(
|
self.configurator.prepare_server_https(
|
||||||
|
|||||||
Reference in New Issue
Block a user