Files
json-server/README.md
2024-03-29 14:32:56 +07:00

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/
```