mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
slight modifications
This commit is contained in:
parent
17e7b14f81
commit
76f449f650
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ def perform_sni_cert_challenge(listSNITuple, csr, key, configurator):
|
|||
# Save reversible changes and restart the server
|
||||
configurator.save("SNI Challenge", True)
|
||||
apache_restart()
|
||||
return True
|
||||
|
||||
def main():
|
||||
key = CHOC_DIR + "key.pem"
|
||||
|
|
|
|||
Loading…
Reference in a new issue