mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #31] Allow a custom comment in any generated names #16
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#16
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?
Originally created by @vrillusions on GitHub (Jul 3, 2018).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/31
I understand wanting to keep
mkcert development CAin the name so no shenanigans likeSome Big Name Legit Authority CAbut it would be useful to add a comment similar to the process of setting up a GPG key. It asks for your Name, Email, and an Optional comment. In GPG world it's so you could haveJohn Doe (Work Correspondence Only) <worker@example.com>.For here it would be to differentiate my
mkcert development CAfrom someone else'smkcert development CA. Yes, the serial numbers will be different but at glance see a certificate was issued by (don't think you can have parenthesis in a subject name)mkcert development CA - vrillusions dev workor similar would be useful.User experience could be something similar to GPG process where the
mkcert development CAis hardcoded then prompt for an optional comment.@FiloSottile commented on GitHub (Jul 3, 2018):
Without going into custom comments like GPG which never felt like a good experience to me, would $USER@$HOSTNAME to the subject work?
@vrillusions commented on GitHub (Jul 3, 2018):
Definitely. TL;DR version is some way to easily tell apart if
mkcert development CAis one I put there or one someone else put there, or an old one, etc.