certmonger shell execution permissions.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -7,11 +7,12 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
|
||||
org.label-schema.name=certmonger \
|
||||
org.label-schema.vcs-ref=$VCS_REF
|
||||
|
||||
RUN dnf install -y wget certmonger
|
||||
|
||||
COPY createCertChain.sh /
|
||||
COPY entrypoint.sh /
|
||||
|
||||
RUN dnf install -y wget certmonger \
|
||||
&& chmod 755 /createCertChain.sh /entrypoint.sh
|
||||
|
||||
ENV CERTMONGER_PVT_ADDRESS=unix:path=/var/run/certmonger.sock \
|
||||
SCEP_URL="http://example.org" \
|
||||
CERT_NAME="cn=Server" \
|
||||
|
||||
Reference in New Issue
Block a user