say that certificates are valid too in output

This commit is contained in:
Joshua Tauberer 2014-07-09 16:38:56 +00:00
parent 659b5c8aa3
commit 22a010ecb9
1 changed files with 1 additions and 1 deletions

View File

@ -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)
elif cert_status == "OK":
print_ok("SSL certificate is signed.")
print_ok("SSL certificate is signed & valid.")
else:
print_error("The SSL certificate has a problem:")