You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does mkcert support creating a certificate for a range of ip addresses? it could be useful when someone tried to create a certificate for a server that does not have a domain name, and the ip of the server is dynamic. it could also be useful when you moved the server physically, (new building etc) the local ip would change, so you would have to create a new cert for the new local ip. instead, you could:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
does mkcert support creating a certificate for a range of ip addresses? it could be useful when someone tried to create a certificate for a server that does not have a domain name, and the ip of the server is dynamic. it could also be useful when you moved the server physically, (new building etc) the local ip would change, so you would have to create a new cert for the new local ip. instead, you could:
mkcert localhost ::1 127.0.0.1 192.168.1.*
Beta Was this translation helpful? Give feedback.
All reactions