|
|
|
|
|
by watermelon0
2628 days ago
|
|
Hard in what way? Using my favorite client/library (https://go-acme.github.io/lego/) I can generate wildcard cert with: lego \
--email="info@example.com" \
--accept-tos \
--path="./ssl" \
--domains="*.example.com" \
--dns="route53"
(AWS credentials need to be available in the environment) |
|
Personally, I would not want to do that.