Browse Source

Updated dehydrated and configured default short certificate chain

master
Fábio Kaiser Rauber 3 years ago
parent
commit
4a9c755e84
  1. 4
      Dockerfile
  2. 2
      config

4
Dockerfile

@ -10,9 +10,9 @@ RUN apk add --no-cache --virtual .build-deps git build-base libffi-dev openssl-d
&& rm -r /root/.cache \ && rm -r /root/.cache \
&& cd /tmp \ && cd /tmp \
&& git clone https://github.com/lukas2511/dehydrated.git \ && git clone https://github.com/dehydrated-io/dehydrated.git \
&& cd dehydrated \ && cd dehydrated \
&& git checkout tags/v0.6.5 \ && git checkout tags/v0.7.0 \
&& cd .. \ && cd .. \
&& chmod a+x dehydrated/dehydrated \ && chmod a+x dehydrated/dehydrated \
&& mv dehydrated/dehydrated /usr/bin/ \ && mv dehydrated/dehydrated /usr/bin/ \

2
config

@ -85,6 +85,8 @@ KEYSIZE="4096"
# Chain clean_challenge|deploy_challenge arguments together into one hook call per certificate (default: no) # Chain clean_challenge|deploy_challenge arguments together into one hook call per certificate (default: no)
#HOOK_CHAIN="no" #HOOK_CHAIN="no"
PREFERRED_CHAIN="issuer= /C=US/O=Internet Security Research Group/CN=ISRG Root X1"
# Minimum days before expiration to automatically renew certificate (default: 30) # Minimum days before expiration to automatically renew certificate (default: 30)
#RENEW_DAYS="30" #RENEW_DAYS="30"

Loading…
Cancel
Save