From df9075e023b40609408536699007f23d119d39f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Corr=C3=AAa=20Souza?= Date: Thu, 13 Mar 2025 17:23:57 -0300 Subject: [PATCH] fix(route53): explanation on credentials file (#9907) The credentials configuration file is at ~/.aws/credentials. Also, when running on root it uses the root home (so /root/.aws). This was from my test at an ubuntu server. ## Pull Request Checklist - [ ] The Certbot team has recently expressed interest in reviewing a PR for this. If not, this PR may be closed due our limited resources and need to prioritize how we spend them. - [ ] If the change being made is to a [distributed component](https://certbot.eff.org/docs/contributing.html#code-components-and-layout), edit the `master` section of `certbot/CHANGELOG.md` to include a description of the change being made. - [ ] Add or update any documentation as needed to support the changes in this PR. - [ ] Include your name in `AUTHORS.md` if you like. --- certbot-dns-route53/certbot_dns_route53/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/certbot-dns-route53/certbot_dns_route53/__init__.py b/certbot-dns-route53/certbot_dns_route53/__init__.py index a48e3d1a8..a08786315 100644 --- a/certbot-dns-route53/certbot_dns_route53/__init__.py +++ b/certbot-dns-route53/certbot_dns_route53/__init__.py @@ -63,7 +63,8 @@ credentials