mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 15:48:52 +02:00
Merge pull request #2510 from letsencrypt/temp-saves-only-plz
Temporary saves only
This commit is contained in:
@@ -62,7 +62,7 @@ class ApacheTlsSni01(common.TLSSNI01):
|
||||
return []
|
||||
# Save any changes to the configuration as a precaution
|
||||
# About to make temporary changes to the config
|
||||
self.configurator.save()
|
||||
self.configurator.save("Changes before challenge setup", True)
|
||||
|
||||
# Prepare the server for HTTPS
|
||||
self.configurator.prepare_server_https(
|
||||
|
||||
Reference in New Issue
Block a user