Advertisement
Guest User

Untitled

a guest
Sep 16th, 2017
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. -------------------------------------
  2. _ _ _
  3. | |___| (_) ___
  4. | / __| | |/ _ \
  5. | \__ \ | | (_) |
  6. |_|___/ |_|\___/
  7. |_|
  8.  
  9. Brought to you by linuxserver.io
  10. We gratefully accept donations at:
  11. https://www.linuxserver.io/donations/
  12. -------------------------------------
  13. GID/UID
  14. -------------------------------------
  15. User uid: 99
  16. User gid: 100
  17. -------------------------------------
  18.  
  19. [cont-init.d] 10-adduser: exited 0.
  20. [cont-init.d] 20-config: executing...
  21. [cont-init.d] 20-config: exited 0.
  22. [cont-init.d] 30-keygen: executing...
  23. using keys found in /config/keys
  24. [cont-init.d] 30-keygen: exited 0.
  25. [cont-init.d] 50-config: executing...
  26. 2048 bit DH parameters present
  27. SUBDOMAINS entered, processing
  28. Sub-domains processed are: -d www.MYCUSTOMDOMAIN
  29. E-mail address entered: MYEMAIL@EMAIL.COM
  30. Different sub/domains entered than what was used before. Revoking and deleting existing certificate, and an updated one will be created
  31. usage:
  32. certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
  33.  
  34. Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
  35. it will attempt to use a webserver both for obtaining and installing the
  36. cert.
  37. certbot: error: argument --cert-path: No such file or directory
  38.  
  39. Generating new certificate
  40. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  41. Obtaining a new certificate
  42. Performing the following challenges:
  43. tls-sni-01 challenge for MYCUSTOMDOMAIN
  44. tls-sni-01 challenge for www.MYCUSTOMDOMAIN
  45. Waiting for verification...
  46. Cleaning up challenges
  47. IMPORTANT NOTES:
  48. Failed authorization procedure. www.MYCUSTOMDOMAIN (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: NXDOMAIN looking up A for www.MYCUSTOMDOMAIN
  49.  
  50. - The following errors were reported by the server:
  51.  
  52. Domain: www.MYCUSTOMDOMAIN
  53. Type: connection
  54. Detail: DNS problem: NXDOMAIN looking up A for www.MYCUSTOMDOMAIN
  55.  
  56. To fix these errors, please make sure that your domain name was
  57. entered correctly and the DNS A record(s) for that domain
  58. contain(s) the right IP address. Additionally, please check that
  59. your computer has a publicly routable IP address and that no
  60. firewalls are preventing the server from communicating with the
  61. client. If you're using the webroot plugin, you should also verify
  62. that you are serving files from the webroot path you provided.
  63. - Your account credentials have been saved in your Certbot
  64. configuration directory at /etc/letsencrypt. You should make a
  65. secure backup of this folder now. This configuration directory will
  66. also contain certificates and private keys obtained by Certbot so
  67. making regular backups of this folder is ideal.
  68. /var/run/s6/etc/cont-init.d/50-config: line 127: cd: /config/keys/letsencrypt: No such file or directory
  69. [cont-init.d] 50-config: exited 1.
  70. [cont-finish.d] executing container finish scripts...
  71. [cont-finish.d] done.
  72. [s6-finish] syncing disks.
  73. [s6-finish] sending all processes the TERM signal.
  74. [s6-finish] sending all processes the KILL signal and exiting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement