package/dehydrated: new package
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 18 Jun 2018 12:13:09 +0000 (14:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 26 Jun 2018 21:36:54 +0000 (23:36 +0200)
commit2257c18c259b52abf3dda0aea98a59cce29f3eab
tree8e6a893a262c5a89a3772bd1961588004542d185
parenta7404a79c6355343253353ba9fdd0d227e638df5
package/dehydrated: new package

dehydrated is an ACME client written in bash. It should be able to run
under zsh as well, but this hasn't been tested so it isn't enabled for
now.

Normally, we would want an init script to start dehydrated, and an
example configuration file. However, it is very difficult to do this
in a generic way in Buildroot:
- we normally don't have cron running;
- we have no standard location for webroot;
- we have no standard location for certificates;
- we have no standard way to restart/reload the webserver.
So instead, provide brief documentation of how to use dehydrated in the
help text.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/dehydrated/Config.in [new file with mode: 0644]
package/dehydrated/dehydrated.hash [new file with mode: 0644]
package/dehydrated/dehydrated.mk [new file with mode: 0644]