add dockerfile and scripts
This commit is contained in:
8
docker/scripts/2-concatenate-cert.sh
Normal file
8
docker/scripts/2-concatenate-cert.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /etc/letsencrypt/live/"$DOMAIN"
|
||||
|
||||
if [ -f fullchain.pem -a -f privkey.pem ]; then
|
||||
cat fullchain.pem privkey.pem > /etc/certificates/site.pem
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user