From e3a5b00a2c35416edcda0874dd248008a91ddb5c Mon Sep 17 00:00:00 2001 From: Leonardo Amaral Date: Fri, 15 Aug 2025 22:58:13 -0300 Subject: [PATCH] Added expired certs Signed-off-by: Leonardo Amaral --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b06c786..f6d9eee 100644 --- a/Containerfile +++ b/Containerfile @@ -2,4 +2,5 @@ ARG TAG FROM docker.stirlingpdf.com/stirlingtools/stirling-pdf:$TAG -RUN curl -sSL https://gist.githubusercontent.com/antoniordo/0038eb6830e4e4dafd413b61481a812b/raw/ac3dca8eeee718cb1c3398fbaad8e99ed01b4c1f/instalar-certificados-ac-icp-brasil.sh | bash - +# Faz sentido ter as chaves expiradas também? Acho que sim. +RUN curl -sSL https://gist.githubusercontent.com/antoniordo/0038eb6830e4e4dafd413b61481a812b/raw/ac3dca8eeee718cb1c3398fbaad8e99ed01b4c1f/instalar-certificados-ac-icp-brasil.sh | sed -e 's,ACcompactado.zip,ACcompactadox.zip,g'| bash -