generated from MrSphay/codex-agent-repository-kit
16 lines
299 B
Markdown
16 lines
299 B
Markdown
# Public Certificates
|
|
|
|
Place the public MrSphay trust certificate here:
|
|
|
|
```text
|
|
MrSphay-LocalTrust-Root.cer
|
|
```
|
|
|
|
Generate it with:
|
|
|
|
```powershell
|
|
.\scripts\New-MrTrustCertificate.ps1
|
|
```
|
|
|
|
Only public `.cer` files belong in this directory. Never place `.pfx` files, private keys, or passwords here.
|