mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-14 10:52:49 +02:00
Merge pull request #363 from mkuron/patch-1
Create SSL certificate directory
This commit is contained in:
commit
5ae135e3f1
@ -80,5 +80,7 @@ ADDITIONAL_SAN=
|
||||
|
||||
EOF
|
||||
|
||||
mkdir -p data/assets/ssl
|
||||
|
||||
# copy but don't overwrite existing certificate
|
||||
cp -n data/assets/ssl-example/*.pem data/assets/ssl/
|
||||
|
Loading…
Reference in New Issue
Block a user