challenge: include self signed certificate for https IP connection
This commit is contained in:
parent
7e6980f952
commit
5e51734fa1
@ -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 New Issue
Block a user