Commit 22a010ec authored by Joshua Tauberer's avatar Joshua Tauberer

say that certificates are valid too in output

parent 659b5c8a
...@@ -257,7 +257,7 @@ def check_ssl_cert(domain, env): ...@@ -257,7 +257,7 @@ def check_ssl_cert(domain, env):
below it. Save the file and place it onto this machine at %s. Then run "service nginx restart".""" % ssl_certificate) below it. Save the file and place it onto this machine at %s. Then run "service nginx restart".""" % ssl_certificate)
elif cert_status == "OK": elif cert_status == "OK":
print_ok("SSL certificate is signed.") print_ok("SSL certificate is signed & valid.")
else: else:
print_error("The SSL certificate has a problem:") print_error("The SSL certificate has a problem:")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment