mirror of
https://gitea.bearcatlog.com/Bryant/chassis-agent
synced 2025-01-19 11:24:18 +08:00
18 lines
204 B
Markdown
18 lines
204 B
Markdown
|
### Ref
|
||
|
|
||
|
<https://github.com/FiloSottile/mkcert>
|
||
|
|
||
|
### Copy CA
|
||
|
|
||
|
```
|
||
|
cp $(mkcert -CAROOT)/rootCA.pem .
|
||
|
|
||
|
cp $(mkcert -CAROOT)/rootCA-key.pem .
|
||
|
```
|
||
|
|
||
|
### Create certificate
|
||
|
|
||
|
```
|
||
|
$ mkcert lvh.me "*.lvh.me"
|
||
|
```
|