-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat!: 🏗 restructure using docker #24
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Multiple domains can be added for processing via the DOMAIN_LIST config. Domains are separated by commas while domain groups are separated by semi-colons (eg.foo.com,sub.foo.com;bar.com,*.bar.com) Closes #6
Remove `dns-cloudflare-propagation-seconds=60` param since the default 10s delay seems sufficient Closes #17
Run python unit tests on push to `develop`,`master`,`alpha`,`beta` and any pull requests Closes #19
# Conflicts: # .github/workflows/release.yml # .github/workflows/test.yml
https://stackoverflow.com/a/76577462/314211
|
|
|
ScriptsBuilddocker build -t aws-certbot-build. Run Locallydocker run -it --rm --env-file=./.env -v /var/run/docker.sock:/var/run/docker.sock aws-certbot-build Deploymentdocker run -it --rm --env-file=./.env -v /var/run/docker.sock:/var/run/docker.sock aws-certbot-build ./deploy.sh |
AWS-Certbot
Auto renew letsencrypt.org SSL certificates provisioned on ACM. Pre-requisitesQuick Start
What does it do?Running aws-certbot locally will:
Environment Variables
Deploying to AWS
What does it do?
Known Issues
CreditsAWS-Certbot is based largely on the following amazing projects: |
j3ko
pushed a commit
that referenced
this pull request
Aug 31, 2023
🤖 I have created a release *beep* *boop* --- ## [2.0.0](v1.1.0...v2.0.0) (2023-08-31) ### ⚠ BREAKING CHANGES * 🏗 restructure using docker ([#24](#24)) ### Features * 🏗 restructure using docker ([#24](#24)) ([8ef463e](8ef463e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Docker is now used for deployment. Route 53 functionality has been removed temporarily.