Skip to content

Commit

Permalink
Add the new cadsi-prod root cert which will replace the casit-prod2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Pigrée committed Aug 6, 2024
1 parent ba88857 commit 687bf32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN echo "$TZ" > /etc/timezone \
&& apt-get update && apt-get install -y -o DPkg::Options::="--force-confnew" --no-install-recommends \
git locales net-tools curl ca-certificates gnupg dirmngr \
&& curl https://bin.gov.pf/artifactory/ca/casit-prod2.crt > /usr/local/share/ca-certificates/casit-prod2.crt \
&& curl https://bin.gov.pf/artifactory/ca/cadsi-prod.crt > /usr/local/share/ca-certificates/cadsi-prod.crt \
&& update-ca-certificates \
&& locale-gen fr_FR.UTF-8 \
&& dpkg-reconfigure locales \
Expand Down
1 change: 1 addition & 0 deletions bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN echo "$TZ" > /etc/timezone \
&& apt-get update && apt-get install -y -o DPkg::Options::="--force-confnew" --no-install-recommends \
git locales net-tools curl ca-certificates gnupg dirmngr \
&& curl https://bin.gov.pf/artifactory/ca/casit-prod2.crt > /usr/local/share/ca-certificates/casit-prod2.crt \
&& curl https://bin.gov.pf/artifactory/ca/cadsi-prod.crt > /usr/local/share/ca-certificates/cadsi-prod.crt \
&& update-ca-certificates \
&& locale-gen fr_FR.UTF-8 \
&& dpkg-reconfigure locales \
Expand Down
1 change: 1 addition & 0 deletions buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN echo "$TZ" > /etc/timezone \
&& apt-get update && apt-get install -y -o DPkg::Options::="--force-confnew" --no-install-recommends \
git locales net-tools curl ca-certificates gnupg dirmngr \
&& curl https://bin.gov.pf/artifactory/ca/casit-prod2.crt > /usr/local/share/ca-certificates/casit-prod2.crt \
&& curl https://bin.gov.pf/artifactory/ca/cadsi-prod.crt > /usr/local/share/ca-certificates/cadsi-prod.crt \
&& update-ca-certificates \
&& locale-gen fr_FR.UTF-8 \
&& dpkg-reconfigure locales \
Expand Down

0 comments on commit 687bf32

Please sign in to comment.