mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
SAN error generating cert for CNAME domain #482
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @drlauridsen on GitHub (Jul 9, 2020).
Sorry if this is not the right place to ask this question, and I am a complete newbie 🙂, so this question might seem stupid..
I use nginx on my router.
I have successfully used dehydrated and generated a certificate for a subdomain supplied by asus together with my router, eg name.asuscomm.com.
I have some subdomains as CNAME on my own domain with my webhost (not my own server..) eg subd.hosteddomain.com - which then points to name.asuscomm.com.
When trying to generate certificates for these cname subdomains, I get the following error..
What am I doing wrong?
@danimo commented on GitHub (Sep 18, 2020):
Please post the output of
dehydrated --version.@danimo commented on GitHub (Sep 18, 2020):
The openssl version on your asus router might be old or custom built. Can you also provide the output of
openssl versionand the contents of/etc/ssl/openssl.cnf(might be/etc/openssl.cnfalternatively)?@lukas2511 commented on GitHub (Dec 10, 2020):
This seems to be an issue with a weird openssl version. Seeing this as out-of-scope for dehydrated.