mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #303] Remove codeSigning EKU? #194
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#194
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 @FiloSottile on GitHub (Oct 25, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/303
@mastahyeti @btoews can you help me remember why in #152 we added the codeSigning EKU when there is an email SAN? How are those related?
github.com/FiloSottile/mkcert@a2b1208e9c/cert.go (L96-L98)@btoews commented on GitHub (Oct 26, 2020):
I had been using mkcert while I was developing
https://github.com/github/smimesign. I don’t recall if Github’s commit
signature checking requires the code signing EKU. @ptoomey3 could check
maybe. Regardless, I don’t need the EKU myself any longer, but it might be
useful to someone doing some kind of Git signing with mkcert.
On Sun, Oct 25, 2020 at 3:55 PM Filippo Valsorda notifications@github.com
wrote:
@ptoomey3 commented on GitHub (Oct 26, 2020):
I'll try pushing up a quick change to see what happens if we mint a cert for SMIME signatures without that extension.
@ptoomey3 commented on GitHub (Oct 26, 2020):
Nothing in CI broke when I disabled adding this extension for certs used for SMIME signatures in our tests.
@FiloSottile commented on GitHub (Oct 27, 2020):
Awesome, thank you for checking!