Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple questions #1

Open
somedevreally opened this issue May 5, 2022 · 3 comments
Open

multiple questions #1

somedevreally opened this issue May 5, 2022 · 3 comments

Comments

@somedevreally
Copy link

somedevreally commented May 5, 2022

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

@metal3d
Copy link
Contributor

metal3d commented May 20, 2022

Hi, sorry for the dealy.

Do you have mounted your certificate directory in /certs ?

@metal3d
Copy link
Contributor

metal3d commented May 20, 2022

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
Copy link
Contributor

metal3d commented May 20, 2022

fixed typo in pathwae/website@cc51a25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants