Skip to content

Certificate using invalid paths #21

@9b

Description

@9b

When uploading certificates to use for CloudFront, they must be pre-pended with "/cloudfront/" in order for them to become usable by the distribution. If this is not done, they will get uploaded via IAM, but will not show up.

Replacing:
Path="/letsencrypt_lambda/",

With
Path="/cloudfront/letsencrypt_lambda/",

Reference: https://github.com/ubergeek42/lambda-letsencrypt/blob/master/lambda_function.py#L203

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions