[PR #55] [CLOSED] Support for CSRs (Certificate Signing Requests) #372

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

📋 Pull Request Information

Original PR: https://github.com/FiloSottile/mkcert/pull/55
Author: @Peter42
Created: 8/14/2018
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 Changes

3 files changed (+95 additions, -1 deletions)

View changed files

📝 README.md (+8 -0)
📝 cert.go (+73 -0)
📝 main.go (+14 -1)

📄 Description

This pull request adds another flag to mkcert: use mkcert -csr some.csr to sign a CSR using the current CA.

I can make changes, if you don't like the code. Let me know.


🔄 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/FiloSottile/mkcert/pull/55 **Author:** [@Peter42](https://github.com/Peter42) **Created:** 8/14/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`ca96f9e`](https://github.com/FiloSottile/mkcert/commit/ca96f9e0089bdcfc2f33bceb79cb8d1af5c21d53) Support for CSRs (Certificate Signing Requests) - [`62aa7c8`](https://github.com/FiloSottile/mkcert/commit/62aa7c842e5024fedbee3750889614f03b3fda70) Update usage string for CSRs - [`cac7d47`](https://github.com/FiloSottile/mkcert/commit/cac7d47c053c2a8bde135009a21918f0f84f0a8a) Include CSR support in readme - [`d93882d`](https://github.com/FiloSottile/mkcert/commit/d93882dc3b35e3232cd87b5846118c2c7eb2bbc2) Merge branch 'master' of https://github.com/FiloSottile/mkcert - [`5030fad`](https://github.com/FiloSottile/mkcert/commit/5030fad1f632b7eed939b81e1194a5558a4ec211) Merge branch 'master' into master ### 📊 Changes **3 files changed** (+95 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -0) 📝 `cert.go` (+73 -0) 📝 `main.go` (+14 -1) </details> ### 📄 Description This pull request adds another flag to mkcert: use `mkcert -csr some.csr` to sign a CSR using the current CA. I can make changes, if you don't like the code. Let me know. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:33:18 +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/mkcert#372
No description provided.