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

8 lines
185 B
Plaintext
Raw Normal View History

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