mirror of
https://github.com/futurice/alley-oop.git
synced 2026-04-25 14:35:54 +03:00
[PR #8] [MERGED] Update autocert with ACMv2 and dns-01 challenge support #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/alley-oop#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/futurice/alley-oop/pull/8
Author: @sevesalm
Created: 6/4/2020
Status: ✅ Merged
Merged: 6/8/2020
Merged by: @sevesalm
Base:
master← Head:update-autocert-with-dns-01📝 Commits (9)
cbd175aUpdate autocert package from upstreamee92985Add dns-01 support344837fImprove logging504cef7Prettify READMEc24a1eaUpdate image versions65b7979Update axios to get rid of a vulnerabilityd3c7637Update alley-oop version to 2aab148fUpdate READMEb28c958Update imports📊 Changes
14 files changed (+1867 additions, -380 deletions)
View changed files
📝
README.md(+42 -39)📝
demo/package.json(+2 -2)📝
src/Dockerfile(+2 -2)📝
src/api.go(+11 -5)📝
src/autocert/autocert.go(+448 -163)📝
src/autocert/autocert_test.go(+595 -120)📝
src/autocert/cache.go(+10 -4)📝
src/autocert/cache_test.go(+9 -0)📝
src/autocert/example_test.go(+2 -4)➕
src/autocert/internal/acmetest/ca.go(+552 -0)📝
src/autocert/listener.go(+1 -6)📝
src/autocert/renewal.go(+31 -14)📝
src/autocert/renewal_test.go(+161 -20)📝
src/main.go(+1 -1)📄 Description
Ok, a better try this time:
dns-01challenge was added from the old autocert version (no idea why they have removed it)alley-oopAPIA version with these updates is already running on UAT and LIVE and seems to work. I'll reprovision once more once this gets in to make sure that updating the docker hub image works properly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.