ibotty / openshift-letsencrypt

MIT License
59 stars 31 forks source link

Upper limit for domain names of 63 characters #15

Closed jam13 closed 7 years ago

jam13 commented 7 years ago

Spent a few hours scratching my head on this one so I thought it might be worth mentioning in case anyone else hits it. Domain names of more than 64 chars cause both watcher and cron to fail in two places.

Certbot issue here: https://github.com/certbot/certbot/issues/1915 (I'm assuming it's the same issue with dehydrated).

ibotty commented 7 years ago

Makes sense. It's now exiting early when encountering these long domain names.