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

HTTPD docker completely ignored MASS_VHOST_SSL_GEN to 0 #830

Closed
CristianCojocari opened this issue Aug 12, 2021 · 1 comment
Closed

HTTPD docker completely ignored MASS_VHOST_SSL_GEN to 0 #830

CristianCojocari opened this issue Aug 12, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@CristianCojocari
Copy link

I've tried to stop devilbox to auto generate a new pair of ssl certificates on docker-compose down, so I could use my own .crt and .key, the problem is that devilbox completely ignores MASS_VHOST_SSL_GEN=0 from docker-compose.yml.
I tried to bash into the httpd container and do echo $MASS_VHOST_SSL_GEN and it does give me 0, but it still auto generates the certificates.

Is there an actual way I could insert my own certificates, since doing it while the container is still running won't work at all.
Basically I want to stop devilbox from generating new certificates in cert/mass and take a set of certificates that I pass it, either by cp from shared/httpd or by adding them to some folder/config.

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

No branches or pull requests

2 participants