Add signer configuration
This commit is contained in:
parent
e8ad6b9ba7
commit
774c6b0e9c
23 changed files with 597 additions and 41 deletions
|
@ -10,15 +10,18 @@ RUN apt-get update \
|
|||
openssl \
|
||||
perl \
|
||||
socat \
|
||||
xdelta \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
VOLUME /srv/ca
|
||||
|
||||
COPY cacert-software/CommModule/server.pl \
|
||||
cacert-software/CommModule/logclean.sh \
|
||||
/srv/CommModule/
|
||||
COPY docker/run-signer usr/local/bin/
|
||||
COPY docker/signer-config/* /srv/caconfig/
|
||||
|
||||
COPY testca /srv/testca/
|
||||
|
||||
VOLUME /srv/ca
|
||||
|
||||
CMD ["/usr/local/bin/run-signer"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue