mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #630] mkcert -csr cannot be mixed with -client — most likely a bug due to presence of checks for -client in code #341
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#341
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 @vikanezrimaya on GitHub (Apr 20, 2025).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/630
Environment
NixOS 25.05.20250418.2a76610 (Warbler)mkcert -version):v1.4.4What you did
mkcert -client -csr ./vsh-csr.pem -cert-file ./vsh.pemWhat went wrong
Additional info
main()checks that-clientand-csrare not passed togethermakeCertFromCSR()checksclientflag, which is always false because of the check abovemain()to allow passing-clienttomkcert -csrinvocations and enable this code path