Advertisement
Guest User

Untitled

a guest
Mar 6th, 2020
1,222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.52 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/donate/
  12. -------------------------------------
  13. GID/UID
  14. -------------------------------------
  15.  
  16. User uid: 99
  17. User gid: 100
  18. -------------------------------------
  19.  
  20. [cont-init.d] 10-adduser: exited 0.
  21. [cont-init.d] 20-config: executing...
  22. [cont-init.d] 20-config: exited 0.
  23. [cont-init.d] 30-keygen: executing...
  24. using keys found in /config/keys
  25. [cont-init.d] 30-keygen: exited 0.
  26. [cont-init.d] 50-config: executing...
  27. Variables set:
  28. PUID=99
  29. PGID=100
  30. TZ=America/Los_Angeles
  31. URL=mydomain.xyz
  32. SUBDOMAINS=ombi,nextcloud,organizr,minecraft,www
  33. EXTRA_DOMAINS=
  34. ONLY_SUBDOMAINS=true
  35. DHLEVEL=2048
  36. VALIDATION='http'
  37. DNSPLUGIN=
  38. EMAIL=myemail@gmail.com
  39. STAGING=
  40.  
  41. 2048 bit DH parameters present
  42. SUBDOMAINS entered, processing
  43. SUBDOMAINS entered, processing
  44. Only subdomains, no URL in cert
  45. Sub-domains processed are: -d ombi.mydomain.xyz -d nextcloud.mydomain.xyz -d organizr.mydomain.xyz -d minecraft.mydomain.xyz -d www.mydomain.xyz
  46. E-mail address entered: myemail@gmail.com
  47. http validation is selected
  48. Generating new certificate
  49. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  50. Plugins selected: Authenticator standalone, Installer None
  51. Obtaining a new certificate
  52. Performing the following challenges:
  53. http-01 challenge for minecraft.mydomain.xyz
  54. http-01 challenge for nextcloud.mydomain.xyz
  55. http-01 challenge for ombi.mydomain.xyz
  56. http-01 challenge for organizr.mydomain.xyz
  57. http-01 challenge for www.mydomain.xyz
  58. Waiting for verification...
  59. Challenge failed for domain minecraft.mydomain.xyz
  60.  
  61. Challenge failed for domain nextcloud.mydomain.xyz
  62.  
  63. Challenge failed for domain ombi.mydomain.xyz
  64.  
  65. Challenge failed for domain organizr.mydomain.xyz
  66.  
  67. Challenge failed for domain www.mydomain.xyz
  68.  
  69. http-01 challenge for minecraft.mydomain.xyz
  70. http-01 challenge for nextcloud.mydomain.xyz
  71. http-01 challenge for ombi.mydomain.xyz
  72. http-01 challenge for organizr.mydomain.xyz
  73. http-01 challenge for www.mydomain.xyz
  74. Cleaning up challenges
  75. Challenge failed for domain ombi.mydomain.xyz
  76.  
  77. Challenge failed for domain organizr.mydomain.xyz
  78.  
  79. Challenge failed for domain www.mydomain.xyz
  80.  
  81. http-01 challenge for minecraft.mydomain.xyz
  82. http-01 challenge for nextcloud.mydomain.xyz
  83. http-01 challenge for ombi.mydomain.xyz
  84. http-01 challenge for organizr.mydomain.xyz
  85. http-01 challenge for www.mydomain.xyz
  86. Cleaning up challenges
  87. Some challenges have failed.
  88.  
  89. IMPORTANT NOTES:
  90. - The following errors were reported by the server:
  91.  
  92. Domain: minecraft.mydomain.xyz
  93. Type: unauthorized
  94. Detail: Invalid response from
  95. http://minecraft.mydomain.xyz/.well-known/acme-challenge/5oSCQHVZ2prIiWcOkuZB0hx7pFiv1A5HCX1lL6nXWWQ
  96. [192.64.119.145]: 404
  97.  
  98. Domain: nextcloud.mydomain.xyz
  99. Type: unauthorized
  100. Detail: Invalid response from
  101. http://nextcloud.mydomain.xyz/.well-known/acme-challenge/IF8MJBm4sPVXiiwfvnfN8vCpw5mcEctYhZLhErVKaVw
  102. [192.64.119.145]: 404
  103.  
  104. To fix these errors, please make sure that your domain name was
  105. entered correctly and the DNS A/AAAA record(s) for that domain
  106. contain(s) the right IP address.
  107. - The following errors were reported by the server:
  108.  
  109. Domain: ombi.mydomain.xyz
  110. Type: connection
  111. Detail: Fetching
  112. http://ombi.mydomain.xyz/.well-known/acme-challenge/NUysIBvgSbNmr7VbMtNZ7Pt6vOChlxbUkut0QKh90x4:
  113. Timeout during connect (likely firewall problem)
  114.  
  115. Domain: organizr.mydomain.xyz
  116. Type: connection
  117. Detail: Fetching
  118. http://organizr.mydomain.xyz/.well-known/acme-challenge/3JQ8QEJx9TxaTRBQkIf7fOEzgw9Kmc95I0I27ZWXf-I:
  119. Timeout during connect (likely firewall problem)
  120.  
  121. Domain: www.mydomain.xyz
  122. Type: connection
  123. Detail: Fetching
  124. http://www.mydomain.xyz/.well-known/acme-challenge/nUWpBgu3MQl_658Oo-jDfQM9rqmAbPTpbWiFm1LTACc:
  125. Timeout during connect (likely firewall problem)
  126.  
  127. To fix these errors, please make sure that your domain name was
  128. entered correctly and the DNS A/AAAA record(s) for that domain
  129. contain(s) the right IP address. Additionally, please check that
  130. your computer has a publicly routable IP address and that no
  131. firewalls are preventing the server from communicating with the
  132. client. If you're using the webroot plugin, you should also verify
  133. that you are serving files from the webroot path you provided.
  134. ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement