mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[PR #309] Add DNS whitelist option to CA generation #438
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#438
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/309
Author: @ivanbakel
Created: 11/18/2020
Status: 🔄 Open
Base:
master← Head:feature/dns-whitelisting📝 Commits (1)
922158eAdd DNS whitelist option to CA generation📊 Changes
2 files changed (+21 additions, -0 deletions)
View changed files
📝
cert.go(+4 -0)📝
main.go(+17 -0)📄 Description
This uses the
NameConstraintsextension to allow for DNS whitelisting on the local CA when it is first generated.I'm aware that you've rejected this kind of change before, but I want to clarify why this version is different, addressing those points:
localhost. You can use this to produce a minimally-responsible CA for any set of domains, as normal.NameConstraints, then by Swiss Cheese, it is simply an improvement to security in the unlikely case that a remote attacker tricks the user into issuing a certificate from their local CA. But of course, this is a very minor benefit.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.