13 lines
159 B
Markdown
13 lines
159 B
Markdown
# Install Certificate
|
|
|
|
## Windows
|
|
|
|
## MacOS
|
|
|
|
```brew install mkcert
|
|
mkcert -install
|
|
mkcert localhost
|
|
mkdir certs
|
|
mv localhost.pem localhost-key.pem certs/
|
|
```
|