Skip to content
Snippets Groups Projects
Commit 22e55d0b authored by Rodrigo Goncalves's avatar Rodrigo Goncalves
Browse files

Dockerfile config to include the necessary files for certificate management

parent ce7959c3
No related branches found
No related tags found
1 merge request!15Resolve "Include scripts to create client certificates in docker image"
...@@ -45,3 +45,10 @@ ADD docker/web/index.html /var/www/html/ ...@@ -45,3 +45,10 @@ ADD docker/web/index.html /var/www/html/
#smartdata/Config.php #smartdata/Config.php
#RUN mkdir /usr/local/tmp/ && touch /usr/local/tmp/log && chmod 777 /usr/local/tmp/log #RUN mkdir /usr/local/tmp/ && touch /usr/local/tmp/log && chmod 777 /usr/local/tmp/log
# Certificate management
RUN mkdir /certmanager
ADD docker/certmanager/config /certmanager/
ADD docker/certmanager/genclient.sh /certmanager/
ADD docker/certmanager/create-ca.sh /certmanager/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment