-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serve as https #194
Comments
impressive !!! |
This is cool, but we might also need to register the Is there a way the certs generated can be written to a Also, the certs could be re-used across multiple Vite projects, and not regenerated on each Finally, Vite knows the local network IP addresses on that machine, adding these to the list of altNames on the cert would be useful. https://github.com/vitejs/vite/blob/master/src/node/utils/createCertificate.ts#L29-L34
|
@CharlesOkwuagwu. Cert will created into |
Due to avoid various permissions problems it is often good to develop under https so can we add this feature?
The text was updated successfully, but these errors were encountered: