blob: b5d8670b627e91298f237d81435b084a20652ebb (
plain)
1
2
3
4
5
6
7
|
This is a client for signing certificates with an ACME-server
(currently only provided by letsencrypt) implemented as a
relatively simple bash-script.
It uses the openssl utility for everything related to
actually handling keys and certificates,
so you need to have that installed.
|