Michael Leone via plug on 5 Feb 2020 09:05:03 -0800 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] openssl and specifying subjectAltName |
On 2/5/20 11:32, Michael Leone wrote:
>
> These are Windows generated CSRs, I don't do the generating.
>
...Why are you asking on a LUG?
The openssl.cnf syntax has a .include directive[0], but you're still
going to be manually editing a config if you want a different set of SANs.
> subjectAltName=<hardcoded FQDN> - fails
> subjectAltName=DNS:<hardcoded FQDN> - fails
The error output would actually help, but DNS is an array:
# (...)
[ v3_req ]
basicConstraints = CA:FALSE
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = sub1.domain.tld
DNS.2 = sub2.domain.tld
___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug