Guest User

Untitled

a guest
Jul 19th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. $ website="my_website123.com"
  2. $ sudo certbot certonly --standalone -d $website -d www.$website --email admin@$website
  3. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  4. Plugins selected: Authenticator standalone, Installer None
  5. Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
  6. Cert not yet due for renewal
  7.  
  8. You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry.
  9. (ref: /etc/letsencrypt/renewal/www.my_website123.com.conf)
  10.  
  11. What would you like to do?
  12. -------------------------------------------------------------------------------
  13. 1: Keep the existing certificate for now
  14. 2: Renew & replace the cert (limit ~5 per 7 days)
  15. -------------------------------------------------------------------------------
  16. Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
  17. Renewing an existing certificate
  18. Performing the following challenges:
  19. http-01 challenge for my_website123.com
  20. http-01 challenge for www.my_website123.com
  21. Waiting for verification...
  22. Cleaning up challenges
  23.  
  24. IMPORTANT NOTES:
  25. - Congratulations! Your certificate and chain have been saved at:
  26. /etc/letsencrypt/live/www.my_website123.com/fullchain.pem
  27. Your key file has been saved at:
  28. /etc/letsencrypt/live/www.my_website123.com/privkey.pem
  29. Your cert will expire on 2018-10-18. To obtain a new or tweaked
  30. version of this certificate in the future, simply run certbot
  31. again. To non-interactively renew *all* of your certificates, run
  32. "certbot renew"
  33. - If you like Certbot, please consider supporting our work by:
  34.  
  35. Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
  36. Donating to EFF: https://eff.org/donate-le
Add Comment
Please, Sign In to add comment