mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-25 02:47:04 +00:00
tell users to restart nginx after plugging in a new cert
This commit is contained in:
parent
deebda06e1
commit
6c70b10c15
@ -254,7 +254,7 @@ def check_ssl_cert(domain, env):
|
||||
print()
|
||||
print_block("""When you purchase an SSL certificate you will receive a certificate in PEM format and possibly a file containing intermediate certificates in PEM format.
|
||||
If you receive intermediate certificates, use a text editor and paste your certificate on top and then the intermediate certificates
|
||||
below it. Save the file and place it onto this machine at %s.""" % 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":
|
||||
print_ok("SSL certificate is signed.")
|
||||
|
Loading…
Reference in New Issue
Block a user