mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #1] Wildcard Cert Support #1
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#1
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 @stealthybox on GitHub (Jun 26, 2018).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/1
Hey Filippo,
Thanks for putting together this tool -- I hacked a solution for this use case on Windows before and it was not easy to do.
The first thing I tried was to create a wildcard cert:
This regex doesn't allow asterisks which is at least part of the issue:
https://github.com/FiloSottile/mkcert/blob/master/main.go#L104
Should we support this?
Cheers! 🦄
@beyondgrayzone commented on GitHub (Jun 27, 2018):
should be good enough
@stealthybox commented on GitHub (Jun 28, 2018):
nice!
thanks @FiloSottile