Page MenuHomeGitPull.it

Setup SSL for 3 ILS websites moved to servizi Linux
Closed, ResolvedPublic

Description

Setup SSL for:

These domains were migrated some hours ago and now are without Let's Encrypt.

Event Timeline

valerio.bozzolan triaged this task as Unbreak Now! priority.Jun 1 2021, 23:22
valerio.bozzolan created this task.
valerio.bozzolan closed this task as Resolved.EditedJun 2 2021, 09:51
$ letsencrypt certonly --webroot --webroot-path=/var/www/SistemaInoperativo -d sistemainoperativo.it -d www.sistemainoperativo.it
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for sistemainoperativo.it
Using the webroot path /var/www/SistemaInoperativo for all unmatched domains.
Waiting for verification...
Cleaning up challenges

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at:
   /etc/letsencrypt/live/sistemainoperativo.it/fullchain.pem
   Your key file has been saved at:
   /etc/letsencrypt/live/sistemainoperativo.it/privkey.pem
   Your cert will expire on 2021-08-31. To obtain a new or tweaked
   version of this certificate in the future, simply run certbot
   again. To non-interactively renew *all* of your certificates, run
   "certbot renew"
 - If you like Certbot, please consider supporting our work by:

   Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
   Donating to EFF:                    https://eff.org/donate-le

$ letsencrypt certonly --webroot --webroot-path=/var/www/merge-it/sito -d merge-it.net -d www.merge-it.net
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for merge-it.net
http-01 challenge for www.merge-it.net
Using the webroot path /var/www/merge-it for all unmatched domains.
Waiting for verification...
Cleaning up challenges

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at:
   /etc/letsencrypt/live/merge-it.net/fullchain.pem
   Your key file has been saved at:
   /etc/letsencrypt/live/merge-it.net/privkey.pem
   Your cert will expire on 2021-08-31. To obtain a new or tweaked
   version of this certificate in the future, simply run certbot
   again. To non-interactively renew *all* of your certificates, run
   "certbot renew"
 - If you like Certbot, please consider supporting our work by:

   Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
   Donating to EFF:                    https://eff.org/donate-le

$ letsencrypt certonly --webroot --webroot-path=/var/www/online.merge-it -d online.merge-it.net
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for online.merge-it.net
Using the webroot path /var/www/online.merge-it for all unmatched domains.
Waiting for verification...
Cleaning up challenges

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at:
   /etc/letsencrypt/live/online.merge-it.net/fullchain.pem
   Your key file has been saved at:
   /etc/letsencrypt/live/online.merge-it.net/privkey.pem
   Your cert will expire on 2021-08-31. To obtain a new or tweaked
   version of this certificate in the future, simply run certbot
   again. To non-interactively renew *all* of your certificates, run
   "certbot renew"
 - If you like Certbot, please consider supporting our work by:

   Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
   Donating to EFF:                    https://eff.org/donate-le

$ nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

$ systemctl reload nginx