Advertisement
Uno-Dan

Untitled

Jul 19th, 2020
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. [root@pi ~]# /usr/local/bin/certbot-auto renew --dry-run
  2. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  3.  
  4. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  5. Processing /etc/letsencrypt/renewal/mettatea.net.conf
  6. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  7. Cert not due for renewal, but simulating renewal for dry run
  8. Plugins selected: Authenticator apache, Installer apache
  9. Renewing an existing certificate
  10. Performing the following challenges:
  11. http-01 challenge for mettatea.net
  12. http-01 challenge for pi.mettatea.net
  13. http-01 challenge for www.mettatea.net
  14. Waiting for verification...
  15. Cleaning up challenges
  16.  
  17. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  18. new certificate deployed with reload of apache server; fullchain is
  19. /etc/letsencrypt/live/mettatea.net/fullchain.pem
  20. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  21.  
  22. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  23. ** DRY RUN: simulating 'certbot renew' close to cert expiry
  24. ** (The test certificates below have not been saved.)
  25.  
  26. Congratulations, all renewals succeeded. The following certs have been renewed:
  27. /etc/letsencrypt/live/mettatea.net/fullchain.pem (success)
  28. ** DRY RUN: simulating 'certbot renew' close to cert expiry
  29. ** (The test certificates above have not been saved.)
  30. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  31.  
  32. IMPORTANT NOTES:
  33. - Your account credentials have been saved in your Certbot
  34. configuration directory at /etc/letsencrypt. You should make a
  35. secure backup of this folder now. This configuration directory will
  36. also contain certificates and private keys obtained by Certbot so
  37. making regular backups of this folder is ideal.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement