mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #550] Root CA not added to certlm.msc(Local Machine Cert), just added to certmgr.msc(Current User Cert) #327
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#327
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 @verygoodlee on GitHub (Aug 22, 2023).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/550
When I use it in Windows Services, the certificate becomes invalid,

and I found the reason, Windows Services run as SYSTEM not current user,
use
certmgr.mscandcertlm.mscto compare differencesthen I copy the mkcert Root CA from
certmgr.msctocertlm.msc,problem solved.Can
mkcert -installadd Root CA to both of them?Administrator privileges may be required.@pamidur commented on GitHub (Dec 12, 2023):
Same issue here, not on all machines though