10d381b04a
Lightweight LE client (formally known as letsencrypt.sh). I'll maintain in in TW. OBS-URL: https://build.opensuse.org/request/show/441496 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dehydrated?expand=0&rev=1
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
Alias /.well-known/acme-challenge @CHALLENGEDIR@
|
|
<Directory "@CHALLENGEDIR@">
|
|
Options None
|
|
AllowOverride None
|
|
Require all granted
|
|
Header add Content-Type text/plain
|
|
</Directory>
|