File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
3838 env_file :
3939 - environments
4040 volumes :
41- -./pki/:/pki/
41+ - ./pki/:/pki/
4242 ports :
4343 - 8445:8445
4444volumes :
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ generate_files() {
1818 echo " TRUSTPASS=$TRUSTPASS " >> environments
1919 echo " P12PASS=$P12PASS " >> environments
2020 echo " PROFILE=prod" >> environments
21- echo " CERTIFICATE=/pki/cert.crt"
22- echo " PRIVATEKEY=/pki/private.key"
21+ echo " CERTIFICATE=/pki/cert.crt" >> environments
22+ echo " PRIVATEKEY=/pki/private.key" >> environments
2323 echo " Verifying created configuration .."
2424 if [[ -f pki/ca.pem && -f pki/certificate.p12 && -f pki/cert.crt && -f pki/private.key ]]; then
2525 echo " ${grn} Verification successfull.${end} "
You can’t perform that action at this time.
0 commit comments