proxy icon indicating copy to clipboard operation
proxy copied to clipboard

multiple questions

Open somedevreally opened this issue 2 years ago • 3 comments

hello,

thanks for this project, it really makes things easy.

am using Docker version 20.10.11, and mkcert after installing and configuring the sites, when i go to http://localhost:8080 it shows me empty

image

how do i use mkcert to create wildcard cert? for example i want *.lan so i can use a.lan, b.lan, c.lan and so on. is it possible? when i try it says unsecure in browser. is that expected?

on your site there is a typo https://pathwae.net/#conf-file path with CONFIG_FILE environment variable. environment: - CONFIG_FILE: /config/config.yaml it should be environment: CONFIG_FILE: /config/config.yaml or environment: - CONFIG_FILE=/config/config.yaml

somedevreally avatar May 05 '22 02:05 somedevreally

Hi, sorry for the dealy.

Do you have mounted your certificate directory in /certs ?

metal3d avatar May 20 '22 08:05 metal3d

I will precise the answer.

mkcert can of course create wildcard certificates but... you can't create a *.lan certificate as TLS/SSL doesn't allow *.tld, you need a domain like *.project.lan for example.

Thanks for the typo, I will fix it (but the issue is for https://github.com/pathwae/website)

metal3d avatar May 20 '22 08:05 metal3d

fixed typo in https://github.com/pathwae/website/commit/cc51a25ddd16af26a44a6894f881dc7774157c49

metal3d avatar May 20 '22 08:05 metal3d