https-portal icon indicating copy to clipboard operation
https-portal copied to clipboard

Local certs / BYO Certs ?

Open accforgithubtest opened this issue 2 years ago • 1 comments

We use mkcert to generate self signed certificates - Is there any way for us to use [pre-existing externally generated] self signed certs in STAGE:local mode ?

Would be great if there was a way to specify self signed cert location in environment variables.

accforgithubtest avatar Aug 15 '23 00:08 accforgithubtest

You should be able to just use volume sharing and put your own certificate in the folder where HTTPS-PORTAL normally stores the certificate. It’s in /var/lib/https-portal inside the container. Syncing it out and have look at the folder structure, you should be able to know where to put it :-)

SteveLTN avatar Aug 19 '23 04:08 SteveLTN