# Install Certificate ## Windows ## MacOS ```brew install mkcert mkcert -install mkcert localhost mkdir certs mv localhost.pem localhost-key.pem certs/ ```