Skip to content

Commit 2621263

Browse files
author
siewrgrz
committed
Merge branch 'master' of https://github.com/Mixeway/MixewayHub
2 parents 8254c2d + 628721b commit 2621263

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4444
volumes:

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)