Last active
March 15, 2021 12:15
-
-
Save rashivkp/d6ce6cdb920c987ee925f523396d47dd to your computer and use it in GitHub Desktop.
running local tunnel with nginx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# find mkcert ca path | |
# mkcert -CAROOT | |
# running local tunnel with local https server (nginx), using self signed certificates (mkcert), | |
lt --local-host api.dot.test --port 443 --subdomain dotapi --local-key /home/rashi/src/local-ssl-keys/_wildcard.dot.test+4-key.pem --local-ca /home/rashi/.local/share/mkcert/rootCA.pem --local-cert /home/rashi/src/local-ssl-keys/_wildcard.dot.test+4.pem --local-https true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment