[T0004] Receive an SSL certificate with certbot route53 plugin
2024-08-25
Problem 1 - Installing certbot route53 dns plugin
Solution
$(brew --prefix certbot)/libexec/bin/python -mpip install certbot-dns-route53Problem 2 - AWS credential error
sudo certbot certonly \
--dns-route53 \
-d "ourcompanylunch.com" \
-d "*.ourcompanylunch.com"Tracking
Solution
Last updated