Skip to content

Commit

Permalink
persist TLS certs
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Aug 26, 2024
1 parent c69afe6 commit 91dfd2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ $(hostname -f) {
chmod 666 /coderunr/Caddyfile
)

# xxx persist certs via /coderunr/ /root/.local/share/caddy/
mkdir -p /root/.local/share
mkdir -p /coderunr/__certs
ln -s /coderunr/__certs /root/.local/share/caddy

/usr/sbin/caddy start --config /coderunr/Caddyfile &

Expand Down

0 comments on commit 91dfd2f

Please sign in to comment.