I’m using SSLForFree.com and I’m trying to create a wildcard SSL for my domain with my own CSR and it won;t go. I’m told I need an exception for my domain and that I should ask here
Here’s what I get when I try to create it
CSR Domains do not match the domains specified to be secured. Remove domains from what is specified at the top of the verify page or add all specified domains to your CSR. This includes the www. or non www. version of your domain(s). Domains must match exactly. Specified domains are: *mydomain.com, mydomain.com
Full Error: { “type”: “urn:ietf:params:acme:error:unauthorized”, “detail”: “Error finalizing order :: Order includes different number of names than CSR specifies”, “status”: 403 }
OK I’m a NOOB You say “And it does not include the SAN portion.” I tried making a CSR with *.mydomain.com mydomain.com and I do believe I tried making the CSR using a comma to seaperate the two *.mydomain.com, mydomain.com
Neither worked
I asked SSLForFree they say I did everything right its just that I hit a blacklist by LetsEncrypt which requires an exception for certain domains that they safeguard. Usually it is domains of large organizations like google.com, amazon.com, etc.
I missed that post - let me try it I was just looking up how to use a config file to do multiple subdomains which would probably be the same as you command with the redirect input
NOTE:
CN and SAN are two independent fields
The CN can only contain one FQDN (and it should/must).
The SAN should/must contain the CN as its’ first entry, then followed by any additional FQDNs.
“should/must” depends on who, and when, you ask.
I always go with must and have not had any problems.