Skip to content

Commit

Permalink
Install public CAs into image
Browse files Browse the repository at this point in the history
  • Loading branch information
wackysysadmin authored Dec 29, 2024
1 parent 9e08a81 commit 72bc8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM alpine:latest

RUN apk update && apk upgrade #Fully update the image
RUN apk add openssl #Install OpenSSL
RUN apk add ca-certificates #Install public CAs

CMD ["sh", "-c", "openssl ocsp -port $OCSP_INT_PORT -text -index $INDEX_FILE -CA $CA_FILE -rsigner $OCSP_CERT_FILE -rkey $OCSP_KEY_FILE -out $OCSP_LOG_FILE"]

0 comments on commit 72bc8cd

Please sign in to comment.