acme: Add package.

This adds a package wrapping the acme.sh script from
https://github.com/Neilpang/acme.sh in Uci config and hooks to interact
correctly with uhttpd.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
Toke Høiland-Jørgensen
2016-08-05 17:26:25 +02:00
parent 10c7c26203
commit a1d617bd8b
5 changed files with 261 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
config acme 'main'
option state_dir '/etc/acme'
option account_email 'email@example.org'
option debug 0
config cert 'example'
option enabled 0
option use_staging 0
option keylength 2048
option update_uhttpd 1
list domains example.org