reworked letsencrypt to use docker containers instead of certbot on the host.
This commit is contained in:
4
dockerfiles/services/sslproxy/cetbot/Dockerfile
Normal file
4
dockerfiles/services/sslproxy/cetbot/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./hosts /etc/nginx/conf.d/
|
||||
Reference in New Issue
Block a user