]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
README.md: letsencrypt.sh is written in bash
authorSimon Ruderich <simon@ruderich.org>
Tue, 8 Dec 2015 09:10:59 +0000 (10:10 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 8 Dec 2015 15:04:47 +0000 (16:04 +0100)
README.md

index fcf6cab26edf7204af1cad065b4d860fd9566656..51ecbcba2dbdafc54e0267531a886c2bfc80f357 100644 (file)
--- 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.