mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Merge pull request #2510 from letsencrypt/temp-saves-only-plz
Temporary saves only
This commit is contained in:
commit
77d606d8aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue