certmonger shell execution permissions.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-09 17:32:00 +01:00
parent 3173f7cd43
commit 47b27cc427

View File

@@ -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" \