challenge: Regenerate ca-certificates on boot
This commit is contained in:
parent
0df36e72ce
commit
66667de175
2 changed files with 4 additions and 2 deletions
|
|
@ -70,6 +70,6 @@ FROM scratch
|
|||
COPY --from=mirror /out/ /
|
||||
|
||||
COPY ssl/ec_cert.pem /usr/share/ca-certificates/nemunai.re/cert.pem
|
||||
RUN echo "nemunai.re/cert.pem" >> /etc/ca-certificates.conf && update-ca-certificates
|
||||
|
||||
COPY lib/ /lib/
|
||||
|
||||
RUN echo "nemunai.re/cert.pem" >> /etc/ca-certificates.conf && update-ca-certificates
|
||||
|
|
|
|||
Reference in a new issue