coreos-home-server/service/letsencrypt/container/run-lego

10 lines
199 B
Plaintext
Raw Normal View History

#!/bin/sh
set -eu
# Correct permissions where needed.
chown -R letsencrypt:letsencrypt /var/lib/letsencrypt
# Run ACME verification with parameters given.
exec gosu letsencrypt /usr/bin/lego "$@"