From: Simon Ruderich Date: Tue, 8 Dec 2015 09:10:59 +0000 (+0100) Subject: README.md: letsencrypt.sh is written in bash X-Git-Tag: v0.1.0~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e567a87e69d92f2983a9b5ebd6c85f29f21e30c4;p=thirdparty%2Fdehydrated.git README.md: letsencrypt.sh is written in bash --- diff --git a/README.md b/README.md index fcf6cab..51ecbcb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # letsencrypt.sh -This is a client for signing certificates with an ACME-server (currently only provided by letsencrypt) implemented as a relatively simple shell-script. +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.