Using custom SSL Certificate or customizing --experimental-https flag with Next Dev Server #57916
Unanswered
mustafaakin
asked this question in
Help
Replies: 1 comment
|
I did the mistake to believe that you wouldn't need
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
I have already my own certificates that I handle wildcard domains. I used
--experimental-httpsbut it generates its own for localhost. How can I do it?Normally I use it:
I could replace those certificates generated by next with my own, but I'm not sure thats ideal.
Also
npx next dev -hdoes not yield any additional information if any further configuration options exits.Upon search I found those flags:
Additional information
No response
Example
No response
All reactions