chiark
/
gitweb
/
~mdw
/
distorted-letsencrypt
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
bin/setup: The `cert' directory doesn't need to be group-writable.
[distorted-letsencrypt]
/
bin
/
le
1
#! /bin/sh
2
set -e
3
. "${0%/*}/../config.sh"
4
. $home/lib/lib.sh
5
6
run_as_user "$@"
7
prepare_tmp le-user
8
make_le_conf
9
10
exec $home/letsencrypt/letsencrypt-auto -c "$tmp/le.conf" "$@"