Subject: | Wildcard domains not supported |
Let's Encrypt now offers wildcard certificates, but Crypt::LE doesn't support asking for them.
le.pl --key account.key --email "letsencrypt@example.org" --csr domain.csr --csr-key domain.csr.key --crt domain.crt --generate-missing --domains "example.org,*.example.org,example.net,*.example.net"
2018/05/24 01:13:50 [ ZeroSSL Crypt::LE client v0.31 started. ]
2018/05/24 01:13:50 Loading an account key from account.key
2018/05/24 01:13:50 Generating a new CSR for domains example.org,*.example.org,example.net,*.example.net
2018/05/24 01:13:50 New CSR will be based on 'domain.key' key
2018/05/24 01:13:50 Saving a new CSR into domain.csr
2018/05/24 01:13:51 Registering the account key
2018/05/24 01:13:51 The key is already registered. ID: XXXXXXX
2018/05/24 01:13:51 Make sure to check TOS at https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
2018/05/24 01:13:52 Some domains failed
*.example.net: Error creating new authz :: Wildcard names not supported
*.example.org: Error creating new authz :: Wildcard names not supported
I asked for my domains, of course, not example.org, but otherwise the command line was the same.