If a domain contains uppercase letters it will always renew the certificate #83

Closed
opened 2025-12-29 00:24:30 +01:00 by adam · 0 comments
Owner

Originally created by @hackerhelmut on GitHub (Mar 30, 2016).

If uppercase letters are used in the domain.txt the server thinks it is a different domain and renew the certs. Even if they are still valid.
Maybe it would be a good idea to make the domain.txt case insensitive.

Processing stats.example.com with alternative names: stats.N.EX.io 
+ Checking domain name(s) of existing cert... changed! 
+ Domain name(s) are not matching! 
+ Names in old certificate: stats.example.com stats.n.ex.io 
+ Configured names: stats.example.com stats.N.EX.io 
+ Forcing renew. 
+ Checking expire date of existing cert... 
+ Valid till Jun 26 01:32:00 2016 GMT (Longer than 30 days). Ignoring because renew was forced! 
+ Signing domains... 
+ Generating signing request... 
...

Anyway great tool and so simple to use!

Best regards
Rolf

Originally created by @hackerhelmut on GitHub (Mar 30, 2016). If uppercase letters are used in the domain.txt the server thinks it is a different domain and renew the certs. Even if they are still valid. Maybe it would be a good idea to make the domain.txt case insensitive. ``` Processing stats.example.com with alternative names: stats.N.EX.io + Checking domain name(s) of existing cert... changed! + Domain name(s) are not matching! + Names in old certificate: stats.example.com stats.n.ex.io + Configured names: stats.example.com stats.N.EX.io + Forcing renew. + Checking expire date of existing cert... + Valid till Jun 26 01:32:00 2016 GMT (Longer than 30 days). Ignoring because renew was forced! + Signing domains... + Generating signing request... ... ``` Anyway great tool and so simple to use! Best regards Rolf
adam closed this issue 2025-12-29 00:24:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#83