aboutsummaryrefslogtreecommitdiffstats
path: root/painless-le.sh
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2018-05-20 17:55:39 +0200
committerThomas Lange <code@nerdmind.de>2018-05-20 17:55:39 +0200
commit7155b9765422cc0bbd54824acdf6d5fa1836c2a2 (patch)
tree8e6c97983419fb52934fd7e5c8e44fdde8bba0f1 /painless-le.sh
parentf380c7b264ab0ea0d1edfc2fa37082be5bc949c2 (diff)
downloadpainlessle-7155b9765422cc0bbd54824acdf6d5fa1836c2a2.tar.gz
painlessle-7155b9765422cc0bbd54824acdf6d5fa1836c2a2.tar.xz
painlessle-7155b9765422cc0bbd54824acdf6d5fa1836c2a2.zip
Remove the special emphasis of "RSA" because EC keys are working too
Diffstat (limited to 'painless-le.sh')
-rwxr-xr-xpainless-le.sh4
1 files changed, 2 insertions, 2 deletions
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] #