Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SiwatS authored Mar 31, 2022
1 parent ea7d98d commit f3ecadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cat /etc/letsencrypt/live/$DOMAIN_NAME/privkey.pem >> fullcert.pem &&
curl -X PUT --data-binary @fullcert.pem --unix-socket /var/run/control-unit.sock http://localhost/certificates/primary &&

#Apply SSL Partial Configuration
curl -X PUT --data-binary @/software/listener.json --unix-socket /var/run/control-unit.sock 'http://localhost/config/listeners/%2A%3A443' &&
curl -X PUT --data-binary @/software/ssl-listener.json --unix-socket /var/run/control-unit.sock 'http://localhost/config/listeners/%2A%3A443' &&

#Idle Forever (IDK why tail -f /dev/null doesn't work so using infinite loop instead.)
#If you use other base image other than minimal, tail might work.
Expand Down

0 comments on commit f3ecadf

Please sign in to comment.