mirror of
https://github.com/futurice/alley-oop.git
synced 2026-04-25 14:35:54 +03:00
[PR #7] [CLOSED] Update autocert to support ACMEv2 #9
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#9
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/7
Author: @sevesalm
Created: 5/18/2020
Status: ❌ Closed
Base:
master← Head:update-autocert📝 Commits (5)
fd64757Update autocert packageee5634bUpdate Docker files03a615aUpdate axios version to get rid of vulnerability54f10b6Add configuration for email8c03231Update imports📊 Changes
15 files changed (+1810 additions, -368 deletions)
View changed files
📝
demo/package.json(+1 -1)📝
src/Dockerfile(+2 -2)📝
src/autocert/autocert.go(+434 -193)📝
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/config/config.cfg(+2 -0)📝
src/docker-compose.yml(+1 -1)📝
src/main.go(+1 -0)📝
src/types.go(+8 -3)📄 Description
Next steps:
PS. Don't spend too much time reviewing the autocert code. I didn't either...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.