FiloSottile / FiloSottile/mkcert
Root CA not added to certlm.msc(Local Machine Cert), just added to certmgr.msc(Current User Cert)
Open
- Dominant language
- Go
- Stars
- 59.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
* Operating system: Windows 10/11
* mkcert version : v1.4.4
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.msc` and `certlm.msc` to compare differences

then I copy the mkcert Root CA from `certmgr.msc` to `certlm.msc`,problem solved.
Can `mkcert -install` add Root CA to both of them?Administrator privileges may be required.
Contributor guide
Assessment
This issue has not been assessed yet.