jon123

Members
  • Posts

    1
  • Joined

  • Last visited

jon123's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hey all.. I've been running this image for a while now without issue. But, I decided to try changing to a wildcard cert today. I pulled the most recent image, updated my docker compose and dns config and updated the container. It appears to work, but then throws an error saying to check the validation error above - but there are no validation errors. build_version: Linuxserver.io version:- 139 Build-date:- April-27-2018-22:06:54-UTC Any ideas? le log (I've attached the full le log here as well). le | 2018-04-29T16:54:15.228690086Z Performing the following challenges: le | 2018-04-29T16:54:15.238047339Z dns-01 challenge for mydomain le | 2018-04-29T16:54:15.238085071Z dns-01 challenge for mydomain le | 2018-04-29T16:54:15.238090178Z Unsafe permissions on credentials configuration file: /config/dns-conf/digitalocean.ini le | 2018-04-29T16:54:16.523142000Z Waiting 10 seconds for DNS changes to propagate le | 2018-04-29T16:54:26.534836161Z Waiting for verification... le | 2018-04-29T16:54:30.185131883Z Cleaning up challenges le | 2018-04-29T16:54:46.170727929Z IMPORTANT NOTES: le | 2018-04-29T16:54:46.250348556Z - Congratulations! Your certificate and chain have been saved at: le | 2018-04-29T16:54:46.250445899Z /etc/letsencrypt/live/mydomain/fullchain.pem le | 2018-04-29T16:54:46.253021957Z Your key file has been saved at: le | 2018-04-29T16:54:46.253059746Z /etc/letsencrypt/live/mydomain/privkey.pem le | 2018-04-29T16:54:46.253064950Z Your cert will expire on 2018-07-28. To obtain a new or tweaked le | 2018-04-29T16:54:46.253069538Z version of this certificate in the future, simply run certbot le | 2018-04-29T16:54:46.253073599Z again. To non-interactively renew *all* of your certificates, run le | 2018-04-29T16:54:46.253077573Z "certbot renew" le | 2018-04-29T16:54:46.253088918Z - If you like Certbot, please consider supporting our work by: le | 2018-04-29T16:54:46.253097379Z le | 2018-04-29T16:54:46.253101610Z Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate le | 2018-04-29T16:54:46.253106190Z Donating to EFF: https://eff.org/donate-le le | 2018-04-29T16:54:46.253110181Z le | 2018-04-29T16:54:46.261602398Z ERROR: Cert does not exist! Please see the validation error above. Make sure you entered correct credentials into the /config/dns-conf/digitalocean.ini file. The docker compose file: letsencrypt: image: linuxserver/letsencrypt container_name: le ports: - 443:443 - 80:80 volumes: - /opt/appdata/letsencrypt:/config - /opt/appdata/organizr/www:/fail2ban:ro restart: always depends_on: - tautulli - nzbget - sonarr - radarr - delugevpn environment: - PUID=1002 - PGID=1002 - EMAIL=my@email - URL=myserver - SUBDOMAINS=wildcard - ONLY_SUBDOMAINS=true - VALIDATION=dns - DNSPLUGIN=digitalocean - DHLEVEL=4096 - TZ=America/New_York le.log