mirror of
https://github.com/evenh/intercert.git
synced 2026-04-25 04:46:24 +03:00
[PR #3] [MERGED] [WIP] Certificate renewal #135
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/intercert#135
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/evenh/intercert/pull/3
Author: @evenh
Created: 1/11/2019
Status: ✅ Merged
Merged: 4/27/2019
Merged by: @evenh
Base:
master← Head:certificate-renewal📝 Commits (8)
3a0eb38Add explicit exponential backoff policy78171faCreate client data dir if not exists43d39f9Certificate renewal check happens server side6cc608bAdd a regular ping job9417e45Notify client about renewals7c67659Pass on user agent8041bc4Disable code coverage3a206d8Fix formatting📊 Changes
13 files changed (+325 additions, -81 deletions)
View changed files
📝
.travis.yml(+2 -2)📝
README.md(+1 -1)📝
api/api.pb.go(+165 -17)📝
api/api.proto(+12 -0)📝
client/client.go(+13 -10)📝
client/scheduler.go(+16 -14)📝
client/storage.go(+1 -1)📝
client/tasks.go(+44 -5)📝
cmd/client.go(+5 -11)📝
cmd/serve.go(+18 -9)📝
config/config.go(+4 -4)📝
server/issuer.go(+42 -5)📝
server/server.go(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.