mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
This is a light client for Let's Encrypt which is implemented in bash and does not have any other dependencies apart from openssl and curl. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
4 lines
45 B
Bash
4 lines
45 B
Bash
#!/bin/bash
|
|
|
|
exec /usr/bin/dehydrated --cron
|