]> git.street.me.uk Git - andy/dehydrated.git/blob - README.md
updated readme
[andy/dehydrated.git] / README.md
1 # letsencrypt.sh
2
3 This is a client for signing certificates with an ACME-server (currently only provided by letsencrypt) implemented as a relatively simple shell-script.
4
5 It uses the `openssl` utility for everything related to actually handling keys and certificates, so you need to have that installed.
6
7 Other dependencies are (for now): curl, sed
8
9 Perl no longer is a dependency.
10 The only remaining perl code in this repository is the script you can use to convert your existing keyfile into something openssl (and this script) can read.
11
12 Current features:
13 - Signing of a list of domains
14 - Renewal if a certificate is about to expire
15
16 Please keep in mind that this software and even the acme-protocol are relatively young and may still have some unresolved issues.
17 Feel free to report any issues you find with this script or contribute by submitting a pullrequest.