Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. [root@37-97-232-22 ~]# ./certbot.sh admin@carusto.com makarov.carusto.net
  2. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  3. Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
  4. Obtaining a new certificate
  5. Performing the following challenges:
  6. http-01 challenge for makarov.carusto.net
  7. Using the webroot path /usr/lib/carusto/web for all unmatched domains.
  8. Waiting for verification...
  9. Cleaning up challenges
  10. Generating key (2048 bits): /etc/letsencrypt/keys/0013_key-certbot.pem
  11. Creating CSR: /etc/letsencrypt/csr/0013_csr-certbot.pem
  12.  
  13. IMPORTANT NOTES:
  14. - Congratulations! Your certificate and chain have been saved at
  15. /etc/letsencrypt/live/makarov.carusto.net/fullchain.pem. Your cert
  16. will expire on 2017-07-24. To obtain a new or tweaked version of
  17. this certificate in the future, simply run certbot again. To
  18. non-interactively renew *all* of your certificates, run "certbot
  19. renew"
  20. - If you like Certbot, please consider supporting our work by:
  21.  
  22. Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
  23. Donating to EFF: https://eff.org/donate-le
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. [root@37-97-232-22 ~]# ./certbot.sh admin@carusto.com makarov.carusto.com
  35. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  36. Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
  37. Obtaining a new certificate
  38. Performing the following challenges:
  39. http-01 challenge for makarov.carusto.com
  40. Using the webroot path /usr/lib/carusto/web for all unmatched domains.
  41. Waiting for verification...
  42. Cleaning up challenges
  43. Failed authorization procedure. makarov.carusto.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://makarov.carusto.com/.well-known/acme-challenge/pQvJgwQ6zKqqLL51wT6JLWY8LGDfryj8pFa0HoDWSok: "<html>
  44. <head><title>404 Not Found</title></head>
  45. <body bgcolor="white">
  46. <center><h1>404 Not Found</h1></center>
  47. <hr><center>"
  48.  
  49. IMPORTANT NOTES:
  50. - The following errors were reported by the server:
  51.  
  52. Domain: makarov.carusto.com
  53. Type: unauthorized
  54. Detail: Invalid response from
  55. http://makarov.carusto.com/.well-known/acme-challenge/pQvJgwQ6zKqqLL51wT6JLWY8LGDfryj8pFa0HoDWSok:
  56. "<html>
  57. <head><title>404 Not Found</title></head>
  58. <body bgcolor="white">
  59. <center><h1>404 Not Found</h1></center>
  60. <hr><center>"
  61.  
  62. To fix these errors, please make sure that your domain name was
  63. entered correctly and the DNS A record(s) for that domain
  64. contain(s) the right IP address.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement