From 7155b9765422cc0bbd54824acdf6d5fa1836c2a2 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 20 May 2018 17:55:39 +0200 Subject: Remove the special emphasis of "RSA" because EC keys are working too --- painless-le.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'painless-le.sh') diff --git a/painless-le.sh b/painless-le.sh index 9b265a4..48d65ed 100755 --- a/painless-le.sh +++ b/painless-le.sh @@ -5,12 +5,12 @@ # # # Easily get an X.509 certificate from the Let's Encrypt Certificate Authority # # for a bunch of hostnames without having an HTTP server installed. The script # -# assumes that you have an existing RSA private key stored within your desired # +# assumes that you have an existing private key stored within your desired # # install directory (with the filename which is defined in "${CONFIDENTIAL}"). # # # # OPTION [-i]: Full path to the install directory for the certificates. # # OPTION [-h]: List of hostnames for the certificate: example.org[:...] # -# OPTION [-K]: Filename for the existing RSA private key relative to [-i] # +# OPTION [-K]: Filename for the existing private key relative to [-i] # # OPTION [-I]: Target filename for the intermediate cert relative to [-i] # # OPTION [-C]: Target filename for the certificate only file relative to [-i] # # OPTION [-F]: Target filename for the certificate full file relative to [-i] # -- cgit v1.2.3