Guest User

Untitled

a guest
Apr 18th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. [root@terranforge conf]# certbot-2 --apache -d ignisferrum.com
  2. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  3. Plugins selected: Authenticator apache, Installer apache
  4. Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
  5. Obtaining a new certificate
  6. Performing the following challenges:
  7. http-01 challenge for ignisferrum.com
  8. Waiting for verification...
  9. Cleaning up challenges
  10. Created an SSL vhost at /etc/httpd/conf/httpd-le-ssl.conf
  11. Deploying Certificate to VirtualHost /etc/httpd/conf/httpd-le-ssl.conf
  12.  
  13. Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.
  14. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  15. 1: No redirect - Make no further changes to the webserver configuration.
  16. 2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for
  17. new sites, or if you're confident your site works on HTTPS. You can undo this
  18. change by editing your web server's configuration.
  19. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  20. Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 1
  21. Future versions of Certbot will automatically configure the webserver so that all requests redirect to secure HTTPS access. You can control this behavior and disable this warning with the --redirect and --no-redirect flags.
  22.  
  23. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  24. Congratulations! You have successfully enabled https://ignisferrum.com
  25.  
  26. You should test your configuration at:
  27. https://www.ssllabs.com/ssltest/analyze.html?d=ignisferrum.com
  28. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  29.  
  30. IMPORTANT NOTES:
  31. - Congratulations! Your certificate and chain have been saved at:
  32. /etc/letsencrypt/live/ignisferrum.com/fullchain.pem
  33. Your key file has been saved at:
  34. /etc/letsencrypt/live/ignisferrum.com/privkey.pem
  35. Your cert will expire on 2020-07-18. To obtain a new or tweaked
  36. version of this certificate in the future, simply run certbot again
  37. with the "certonly" option. To non-interactively renew *all* of
  38. your certificates, run "certbot renew"
  39. - If you like Certbot, please consider supporting our work by:
  40.  
  41. Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
  42. Donating to EFF: https://eff.org/donate-le
Advertisement
Add Comment
Please, Sign In to add comment