systemsdk/docker-nginx-php-laravel

How to add SSL cert?

emergingdzns opened this issue · 1 comments

I see in the nginx Dockerfile that it attempts to run openssl an generates a key.pem and cert.key with some default settings including the domain "example.cn".

I tried to modify this to my own domain.

After doing make start I checked and there's no directory /etc/nginx/certificates that the Dockerfile specifies. I can't find any certificate files.

How do we get it to generate the certificate?

Nevermind. Chrome caching issue....