Hello,
my domain is: mydomain.com
running this command: sudo certbot certonly --dns-route53 -d mydomain.com -d *.mydomain.com
produces this output: Unable to locate credentials
I want to create a wildcard in order to use traefik for multiple docker containers. I have the AWS credentials but I dont know how to use them.
Any help is much appreciated!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Note that you need to create a config file at the
~/.aws/
directory:And then specify your credentials in that configuration file:
For more information, you could refer to the official docs here:
https://certbot-dns-route53.readthedocs.io/en/stable/
Let me know how it goes!
Regards,
Bobby