Advertisement
Furai

Untitled

Sep 9th, 2016
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. ~/letsencrypt # ./certbot-auto renew --standalone --rsa-key-size 4096 --pre-hook "service nginx stop; service apache2 stop" --post-hook "service nginx start; service apache2 start" --dry-run
  2. WARNING: unable to check for updates.
  3.  
  4. -------------------------------------------------------------------------------
  5. Processing /etc/letsencrypt/renewal/*snip*
  6. -------------------------------------------------------------------------------
  7. 2016-09-09 08:34:46,324:WARNING:certbot.renewal:Attempting to renew cert from /etc/letsencrypt/renewal/*snip*.conf produced an unexpected error: HTTPSConnectionPool(host='acme-staging.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7ff8aca96c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)). Skipping.
  8. ** DRY RUN: simulating 'certbot renew' close to cert expiry
  9. ** (The test certificates below have not been saved.)
  10.  
  11. All renewal attempts failed. The following certs could not be renewed:
  12. /etc/letsencrypt/live/*snip*/fullchain.pem (failure)
  13. ** DRY RUN: simulating 'certbot renew' close to cert expiry
  14. ** (The test certificates above have not been saved.)
  15. 1 renew failure(s), 0 parse failure(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement