Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for sub-domain or wildcard domain vaildation #2

Closed
n-okonek opened this issue Sep 22, 2020 · 1 comment
Closed

Support for sub-domain or wildcard domain vaildation #2

n-okonek opened this issue Sep 22, 2020 · 1 comment

Comments

@n-okonek
Copy link

I am wondering if there is support of using an openssl-san.cfg file with this tool? I attempted to create a domain.csr from a .cfg file with 5 or 6 sub-domains and received "Found Domain None" after reading the csr file, is there a way to pass multiple domains through this tool? Is there a setting that's missing from this file that would fix the issue?

Here is a sample of what the .cfg file had in it:

[req]
default_bits = 2048
default_md   = sha256
distinguished_name = req_distinguished_name
req_extensions     = req_ext
 
[ req_distinguished_name ]
countryName          = Country Name (2 letter code)
stateOrProvinceName  = State or Province Name (full name)
localityName         = Locality Name (eg, city)
organizationName     = Organization Name (eg, company)
commonName           = Common Name (e.g. server FQDN or YOUR name)
 
[ req_ext ]
 
subjectAltName = @alt_names
 
[alt_names]
DNS.1        = test.example.com
DNS.2        = www.example.com
DNS.3        = mail.example.com
DNS.4        = ftp.example.com
@r5d
Copy link
Owner

r5d commented Oct 8, 2020

Apologies for the late response.

acmens does not read a config file. Everything is specified via the command line.

acmens supports the DNS challenge. So, you may use it to get a SSL cert for a wildcard domain (*.example.com). See https://github.com/r5d/acmens#dns-challenge

@r5d r5d closed this as completed Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants