https in dev mode #3014
Closed
jcalfee
started this conversation in
Help Wanted
Replies: 1 comment
-
I figured it out. The feature is in openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout .cache/key.pem -out .cache/cert.pem
nitro dev --https --https.cert .cache/cert.pem --https.key .cache/key.pem |
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
-
Is there any way to support custom certs under
nitro dev
?These node-adapter settings only work when built and started using
nitro build
andnode .output/server/index.mjs
https://nitro.build/deploy/runtimes/node#environment-variables
Beta Was this translation helpful? Give feedback.
All reactions