mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
A temporary save is a good save
This commit is contained in:
parent
9b21efc6b8
commit
0062678f7d
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