From 4ca978afd3cd270708fd24d0f6214e29ef0dfae1 Mon Sep 17 00:00:00 2001 From: serverco Date: Tue, 26 Jan 2016 10:07:26 +0000 Subject: [PATCH] Update README.md correcting typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd4e41..259c18c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # getssl -get an SSL certificate via LetsEncryot. Suitable for automating the process in remote servers. +get an SSL certificate via LetsEncrypt. Suitable for automating the process in remote servers. This was written as an addition to checkssl for servers to automatically renew certifictes. In addition it allows the running of this script in standard bash ( on a desktop computer, or even virtualbox) and add the checks, and certificates to a remote server ( providing you have an ssh key on the remote server with access). Potentially I can include FTP as an option for uploading as well.