[PR #3] [MERGED] [WIP] Certificate renewal #135

Closed
opened 2026-02-25 22:31:12 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: certificate-renewal


📝 Commits (8)

  • 3a0eb38 Add explicit exponential backoff policy
  • 78171fa Create client data dir if not exists
  • 43d39f9 Certificate renewal check happens server side
  • 6cc608b Add a regular ping job
  • 9417e45 Notify client about renewals
  • 7c67659 Pass on user agent
  • 8041bc4 Disable code coverage
  • 3a206d8 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/evenh/intercert/pull/3 **Author:** [@evenh](https://github.com/evenh) **Created:** 1/11/2019 **Status:** ✅ Merged **Merged:** 4/27/2019 **Merged by:** [@evenh](https://github.com/evenh) **Base:** `master` ← **Head:** `certificate-renewal` --- ### 📝 Commits (8) - [`3a0eb38`](https://github.com/evenh/intercert/commit/3a0eb387b2c6cf39b3f144ac2b17aa982ba02aa3) Add explicit exponential backoff policy - [`78171fa`](https://github.com/evenh/intercert/commit/78171fa8e78bf7e3d85bacc38435d2d0c4cd99cb) Create client data dir if not exists - [`43d39f9`](https://github.com/evenh/intercert/commit/43d39f98d532c6ae6a32665d9572b9ba87650214) Certificate renewal check happens server side - [`6cc608b`](https://github.com/evenh/intercert/commit/6cc608be992a33425def93d6b916b7550291f8b5) Add a regular ping job - [`9417e45`](https://github.com/evenh/intercert/commit/9417e452ae4313e68eb355da94727f812ac9550a) Notify client about renewals - [`7c67659`](https://github.com/evenh/intercert/commit/7c67659feed18a8dde88f829bea435ba5228a072) Pass on user agent - [`8041bc4`](https://github.com/evenh/intercert/commit/8041bc48ea552a0264960259af65af54b4efc1a4) Disable code coverage - [`3a206d8`](https://github.com/evenh/intercert/commit/3a206d8e07e30822b2a9fe3d889abfb45082ab2c) Fix formatting ### 📊 Changes **13 files changed** (+325 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:31:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/intercert#135
No description provided.