Replies: 2 comments
-
Yes; for example I run this on Linux to get certs for all the listed addresses and domains in the current directory: CAROOT="$PWD" mkcert -cert-file cert.pem -key-file key.pem \
"127.0.0.1" \
"::1" \
"localhost" \
"*.home.arpa" So it definitely works. You would just do something similar, like running |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah i also run this for private ip's, works fine. That's the main usecase of mkcert even |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Can I use mkcert for local addresses such as 192.168.0.104?
Beta Was this translation helpful? Give feedback.
All reactions