Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in configuring distribution with certificate #77

Open
abhinav-maheshwari opened this issue Aug 20, 2018 · 1 comment
Open

Error in configuring distribution with certificate #77

abhinav-maheshwari opened this issue Aug 20, 2018 · 1 comment

Comments

@abhinav-maheshwari
Copy link

The certificate was generated correctly but not configured for the distribution.

An unexpected error occurred:
botocore.errorfactory.NoSuchDistribution: An error occurred (NoSuchDistribution) when calling the GetDistributionConfig operation: The specified distribution does not exist.
Please see the logfiles in /var/log/letsencrypt for more details.

I have verified that the distribution config can be obtained with aws command line tool using the same credentials that I am using for running certbot-s3front. Can you please help?

Also, once the certificate is uploaded through this plugin, will it appear in AWS Certificate Manager (ACM)?

@ajorg
Copy link

ajorg commented Mar 31, 2019

I had a similar problem when renewing. The certificate was uploaded, but the distribution wasn't updated to use the newly uploaded certificate and I had to do that manually afterwards.

Also, once the certificate is uploaded through this plugin, will it appear in AWS Certificate Manager (ACM)?

No, the certificate is in IAM rather than ACM. You can find the ID with aws iam list-server-certificates. I couldn't find it anywhere on the IAM console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants