adr41n

Untitled

Apr 24th, 2017
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. adr41n@localhost[~]:$ sudo nextcloud.enable-https lets-encrypt
  2. In order for Let's Encrypt to verify that you actually own the
  3. domain(s) for which you're requesting a certificate, there are a
  4. number of requirements of which you need to be aware:
  5.  
  6. 1. In order to register with the Let's Encrypt ACME server, you must
  7. agree to the currently-in-effect Subscriber Agreement located
  8. here:
  9.  
  10. https://letsencrypt.org/repository/
  11.  
  12. By continuing to use this tool you agree to these terms. Please
  13. cancel now if otherwise.
  14.  
  15. 2. You must have the domain name(s) for which you want certificates
  16. pointing at the external IP address of this machine.
  17.  
  18. 3. Both ports 80 and 443 on the external IP address of this machine
  19. must point to this machine (e.g. port forwarding might need to be
  20. setup on your router).
  21.  
  22. Have you met these requirements? (y/n) y
  23. Please enter an email address (for urgent notices or key recovery): [email protected]
  24. Please enter your domain name(s) (space-separated): koolapps.com
  25. Attempting to obtain certificates... error running certbot:
  26.  
  27. Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
  28. Obtaining a new certificate
  29. Performing the following challenges:
  30. http-01 challenge for koolapps.com
  31. Using the webroot path /var/snap/nextcloud/current/certs/certbot for all domains.
  32. Waiting for verification...
  33. Cleaning up challenges
  34. Failed authorization procedure. koolapps.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://koolapps.com/.well-known/acme-challenge/FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg: "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  35. <html><head>
  36. <title>404 Not Found</title>
  37. </head><body>
  38. <h1>Not Found</h1>
  39. <p"
  40. IMPORTANT NOTES:
  41. - The following errors were reported by the server:
  42.  
  43. Domain: koolapps.com
  44. Type: unauthorized
  45. Detail: Invalid response from
  46. http://koolapps.com/.well-known/acme-challenge/FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg:
  47. "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  48. <html><head>
  49. <title>404 Not Found</title>
  50. </head><body>
  51. <h1>Not Found</h1>
  52. <p"
  53.  
  54. To fix these errors, please make sure that your domain name was
  55. entered correctly and the DNS A record(s) for that domain
  56. contain(s) the right IP address.
Advertisement
Add Comment
Please, Sign In to add comment