Subash / mkcert

Create self signed ssl certificates without OpenSSL.
MIT License
138 stars 12 forks source link

ERR_SSL_SERVER_CERT_BAD_FORMAT #10

Open vimlesh1975 opened 10 months ago

vimlesh1975 commented 10 months ago

With following command I get ERR_SSL_SERVER_CERT_BAD_FORMAT Please correct my syntax

mkcert create-cert --validity 3650 --domains ["localhost","127.0.0.1","192.168.15.157"]

vimlesh1975 commented 10 months ago

ok following works mkcert create-cert --validity 3650 --domains "localhost" "127.0.0.1" "192.168.15.157"

But Lan IP 192.168.15.157 may be anything. So i want wildcard for that