mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[PR #89] [CLOSED] Add support for client certificates #387
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#387
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/89
Author: @jtdowney
Created: 11/2/2018
Status: ❌ Closed
Base:
master← Head:client-certificate-support📝 Commits (1)
ea290a6Add support for client certificates📊 Changes
2 files changed (+14 additions, -2 deletions)
View changed files
📝
cert.go(+8 -1)📝
main.go(+6 -1)📄 Description
This change adds a new flag for client certificates. When this flag is passed, the extended key usage for the generated certificate is for client authentication instead of server authentication.
I am not 100% sure this is a good idea, but I found myself needing to generate both server and client certificates for a project and thought that
mkcertcould fit both of those cases.The change was remarkably easy to make so I figured I'd submit a PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.