https with own certs #17827
Unanswered
s-light
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Comunity,
hello Quasar-Team,
i just tried to get a localhost certificate to work on my setup-
and after some try and error i got this to work:
using minica to generate a cert:
create folder
.certs
in your project rootnavigating inside
yourProject $ cd .certs yourProject/.certs $
create a cert:
import the root ca
minica.pem
in firefox or your default browsers..then add in your
quasar.conf
and that indeed works :-)
sadly if you are search the web you first will land at
https://quasar.dev/quasar-cli-webpack/quasar-config-file#devserver
(scroll down a bit)
as there is an example of the webpack config.
and in the vite doc there is currently none for this setup..
should this be added?
(i do not know how much setup and learning it is to do a pullrequest for the documentation..)
Beta Was this translation helpful? Give feedback.
All reactions