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!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
Note that you need to create a config file at the ~/.aws/ directory:
~/.aws/config
And then specify your credentials in that configuration file:
[default]
aws_access_key_id=AKIAIOSFODNN7EXAMPLE
aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Note that you need to change the credentials accordingly with your own ones.
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.