mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[PR #55] [CLOSED] Support for CSRs (Certificate Signing Requests) #372
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#372
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/FiloSottile/mkcert/pull/55
Author: @Peter42
Created: 8/14/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
ca96f9eSupport for CSRs (Certificate Signing Requests)62aa7c8Update usage string for CSRscac7d47Include CSR support in readmed93882dMerge branch 'master' of https://github.com/FiloSottile/mkcert5030fadMerge branch 'master' into master📊 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.csrto 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.