Skip to content

Commit 319e49c

Browse files
committed
Full stop at the end of the post-ssl-cert-install messages. by: Giles
1 parent cc180bf commit 319e49c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/pa_install_webapp_letsencrypt_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main(domain_name, suppress_reload):
4747
"Your new certificate will expire on {expiry:%d %B %Y},\n"
4848
"so shortly before then you should renew it\n"
4949
"(see https://help.pythonanywhere.com/pages/LetsEncrypt/)\n"
50-
"and install the new certificate".format(
50+
"and install the new certificate.".format(
5151
expiry=ssl_details["not_after"]
5252
)
5353
))

scripts/pa_install_webapp_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main(domain_name, certificate_file, private_key_file, suppress_reload):
4646
"That's all set up now :-)\n"
4747
"Your new certificate will expire on {expiry:%d %B %Y},\n"
4848
"so shortly before then you should renew it\n"
49-
"and install the new certificate".format(
49+
"and install the new certificate.".format(
5050
expiry=ssl_details["not_after"]
5151
)
5252
))

0 commit comments

Comments
 (0)