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

Add an option for creating staging certs for deployment testing #78

Open
wesharper opened this issue Jun 25, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@wesharper
Copy link

Description
While working with infrastructure-as-code solutions like CDK, there's often a fair bit of trial and error with test deployments (at least for us). Often times, this amounts to the EC2 instance getting terminated with a new one taking its place. That means the setup runs from scratch each time.

A problem we encountered is that we got rate-limited for creating ssl certs using certbot for our custom domain on the staging deployment environment. It would be nice if we could pass a flag to use the certbot staging environment, which has much higher allotments. See (#77) for an example config.

Basic example
This could probably just be a simple env var or step in the user prompts during url setup that adds the --test-cert flag to the certbot command.

@curquiza curquiza added the enhancement New feature or request label Jun 26, 2024
@brunoocasali
Copy link
Member

Hi @wesharper thanks for the suggestion! Anybody is welcome to open a PR 🥇

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

No branches or pull requests

3 participants