forked from jan/cacert-devsetup
Add cats to the docker-compose setup
This commit is contained in:
parent
af156f24c6
commit
0c56512174
12 changed files with 140 additions and 26 deletions
|
@ -21,10 +21,10 @@ STOPSIGNAL SIGWINCH
|
|||
COPY docker/apache-mgr-foreground /usr/local/bin/
|
||||
COPY testca/root/ca.crt.pem /usr/local/share/ca-certificates/testca_root.crt
|
||||
COPY testca/class3/ca.crt.pem /usr/local/share/ca-certificates/testca_class3.crt
|
||||
COPY testca/certs/mgr.cacert.localhost.crt.pem /etc/ssl/certs/
|
||||
COPY testca/certs/mgr.cacert.localhost.key.pem /etc/ssl/private/
|
||||
COPY testca/certs/cachain.crt.pem /etc/ssl/certs/combined.crt
|
||||
COPY testca/class3/ca.crt.pem /etc/ssl/certs/clientca.crt
|
||||
COPY testca/certs/mgr.cacert.localhost.crt.pem /etc/apache2/ssl/certs/
|
||||
COPY testca/certs/mgr.cacert.localhost.key.pem /etc/apache2/ssl/private/
|
||||
COPY testca/certs/cachain.crt.pem /etc/apache2/ssl/certs/combined.crt
|
||||
COPY testca/class3/ca.crt.pem /etc/apache2/ssl/certs/clientca.crt
|
||||
|
||||
COPY docker/apache-mgr-virtualhost.conf /etc/apache2/sites-available/mgr.cacert.localhost.conf
|
||||
COPY docker/mgr-application.ini /usr/local/etc/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue