feat: certificate manager

This commit is contained in:
2026-04-12 18:05:20 +02:00
parent 5bb9725000
commit ef92d95115
9 changed files with 198 additions and 14 deletions
+1
View File
@@ -11,6 +11,7 @@ ENV MAX_SIZE=2000000
ENV BIND=0.0.0.0
ENV CERTBOT_CONF=/etc/letsencrypt
ENV CERTBOT_WWW=/data/.certbot
ENV SELF_SIGNED_PATH=/data/.certificates
RUN apk add --no-cache \
openssl \