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