shiftylilbastrd

Untitled

Mar 5th, 2020
643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.17 KB | None | 0 0
  1. Brought to you by linuxserver.io
  2. We gratefully accept donations at:
  3. https://www.linuxserver.io/donate/
  4. -------------------------------------
  5. GID/UID
  6. -------------------------------------
  7.  
  8. User uid: 99
  9. User gid: 100
  10. -------------------------------------
  11.  
  12. [cont-init.d] 10-adduser: exited 0.
  13. [cont-init.d] 20-config: executing...
  14. [cont-init.d] 20-config: exited 0.
  15. [cont-init.d] 30-keygen: executing...
  16. using keys found in /config/keys
  17. [cont-init.d] 30-keygen: exited 0.
  18. [cont-init.d] 50-config: executing...
  19. Variables set:
  20. PUID=99
  21. PGID=100
  22. TZ=America/Los_Angeles
  23. URL=mydomain.xyz
  24. SUBDOMAINS=wildcard
  25. EXTRA_DOMAINS=
  26. ONLY_SUBDOMAINS=true
  27. DHLEVEL=2048
  28. VALIDATION='http'
  29. DNSPLUGIN=
  30. EMAIL=myemail@gmail.com
  31. STAGING=
  32.  
  33. 2048 bit DH parameters present
  34. SUBDOMAINS entered, processing
  35. Wildcard cert for only the subdomains of mydomain.xyz will be requested
  36. E-mail address entered: myemail@gmail.com
  37. http validation is selected
  38. Different validation parameters entered than what was used before. Revoking and deleting existing certificate, and an updated one will be created
  39. Generating new certificate
  40. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  41. Plugins selected: Authenticator standalone, Installer None
  42. Obtaining a new certificate
  43. Performing the following challenges:
  44. Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA. You may need to use an authenticator plugin that can do challenges over DNS.
  45. Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA. You may need to use an authenticator plugin that can do challenges over DNS.
  46. IMPORTANT NOTES:
  47. - Your account credentials have been saved in your Certbot
  48. configuration directory at /etc/letsencrypt. You should make a
  49. secure backup of this folder now. This configuration directory will
  50. also contain certificates and private keys obtained by Certbot so
  51. making regular backups of this folder is ideal.
  52. 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
Add Comment
Please, Sign In to add comment