afosto / yaac

Yet another ACME client: a decoupled LetsEncrypt client
Other
219 stars 84 forks source link

Cant Create Wildcard Certificates #23

Closed RohirNaik closed 4 years ago

RohirNaik commented 4 years ago

No option to create wildcard certificates. This option will be great to go ahead. It throws error

bakkerpeter commented 4 years ago

This is already possible. Just use DNS (as this is the only supported validation flow for wildcard certs by let's encrypt) and request a domain like so: *.example.com

Cheers

Op ma 20 jul. 2020 21:01 schreef RohirNaik notifications@github.com:

No option to create wildcard certificates. This option will be great to go ahead.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/afosto/yaac/issues/23, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFROB2BCZT77UCZBPCPVHELR4SH7XANCNFSM4PCVVXHQ .

bakkerpeter commented 4 years ago

Closing for now. Feel free to reopen, please provide some insight into how you ran into the issue you are running into.