FiloSottile / FiloSottile/mkcert

Root CA not added to certlm.msc(Local Machine Cert), just added to certmgr.msc(Current User Cert)

Open
#550 1 comment 4 reactions 0 assignees View on GitHub
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
![屏幕截图 2023-08-22 235206](https://github.com/FiloSottile/mkcert/assets/45035465/f1891e18-d821-429c-93c1-764743ed130f)
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.