full support of challenge-alias-domain and dns issues all certs

This commit is contained in:
Martin Berghaus
2025-10-30 22:12:11 +01:00
parent d676bd33e2
commit b34a959d25
4 changed files with 224 additions and 158 deletions

View File

@@ -6,11 +6,11 @@
FROM ubuntu:latest
# Update repositories
RUN echo Version 20251005v5
RUN echo Version 20251030v1
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y apt-utils
#### BEGIN INSTALLATION ###################################################
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openssh-client curl cron
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cron curl dnsutils openssh-client
ADD acme.sh-3.1.1.tar.gz /tmp/acme.sh-setup/
COPY renewCerts.sh /renewCerts.sh