challenge: include self signed certificate for https IP connection
This commit is contained in:
parent
7e6980f952
commit
5e51734fa1
1 changed files with 4 additions and 0 deletions
|
@ -63,4 +63,8 @@ RUN gcc -o /out/usr/bin/init-crypto /root/kp.c
|
|||
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/
|
||||
|
|
Reference in a new issue