# mkcert on windows ```shell mkcert -cert-file ecosys-client/cert/localhost.pem -key-file ecosys-client/cert/localhost-key.pem "localhost" "*.localhost" "127.0.0.1" ``` ```shell mkcert -cert-file auth/cert/tls.crt -key-file auth/cert/tls.key "localhost" "*.localhost" "127.0.0.1" ```