This commit is contained in:
2024-03-29 14:32:56 +07:00
commit acc048af5b
14 changed files with 2669 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# Install Certificate
## Windows
## MacOS
```brew install mkcert
mkcert -install
mkcert localhost
mkdir certs
mv localhost.pem localhost-key.pem certs/
```