mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[PR #166] [MERGED] Add support for certificates with client and server auth and URL SANs #405
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#405
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/166
Author: @robertpanzer
Created: 5/28/2019
Status: ✅ Merged
Merged: 7/5/2019
Merged by: @FiloSottile
Base:
master← Head:mesh-certs📝 Commits (6)
e63fb5bSupport URIs as alternate subject namesc77f211Add extended key usage server auth to client certs to facilitate Service Mesh mTLS setups.d72ac57Implement review comments, require spiffe URI scheme5dd95e1Request URIs to have scheme and host0000c25Fix error message for incorrect URLsfbb34f6Fix error message for incorrect URLs📊 Changes
2 files changed (+10 additions, -3 deletions)
View changed files
📝
cert.go(+4 -1)📝
main.go(+6 -2)📄 Description
Thank you for this awesome tool! :-)
I wanted to use it to create certificates for a Service Mesh, that is for using Istio with mTLS without using Citadel.
Therefore I needed to create certificates that have an extended key usage of client and server auth.
I also needed to have Spiffe URIs in the Subject Alternate Names.
Therefore I did the following changes:
-serverwhich is enabled by default. If set tofalseand setting-client=truea client-only certificate would be generated, with-client=trueand-server=true(the default) a client and server certificate would be created.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.