aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2016-12-21 10:42:05 +0100
committerThomas Lange <code@nerdmind.de>2016-12-21 10:42:05 +0100
commit3823bca2fd8ef55d5c197abf306b4ea56eb5b5d5 (patch)
tree057c4111f043284e2e886e02296f5dd91e2d9c46
parent0fc1e00aba4e33edc6951eb376a1d591ce9a7dad (diff)
downloadpainlessle-3823bca2fd8ef55d5c197abf306b4ea56eb5b5d5.tar.gz
painlessle-3823bca2fd8ef55d5c197abf306b4ea56eb5b5d5.tar.xz
painlessle-3823bca2fd8ef55d5c197abf306b4ea56eb5b5d5.zip
Comment section restructured and updated.
-rwxr-xr-xpainless-le.sh13
1 files changed, 6 insertions, 7 deletions
diff --git a/painless-le.sh b/painless-le.sh
index 8677e6f..efd0bc2 100755
--- a/painless-le.sh
+++ b/painless-le.sh
@@ -3,14 +3,13 @@
# Painless Let's Encrypt Certificate Issuing [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
-# PainlessLE makes it easy to issue a X.509 certificate from the Let's Encrypt #
-# Certification Authority (CA) for a bunch of hostnames without already having #
-# a HTTP server installed. PainlessLE assumes that there is already a manually #
-# created RSA private which is used for the Certificate-Signing-Request (CSR). #
-# The location for the RSA private key is defined within "${CONFIDENTIAL}". #
+# 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 #
+# install directory (with the filename which is defined in "${CONFIDENTIAL}"). #
# #
-# ARGUMENT_DIRECTORY: Full path to the install directory for the certificates #
-# ARGUMENT_HOSTNAMES: Hostnames for CSR: DNS:example.org,DNS:blog.example.org #
+# ARGUMENT_DIRECTORY: Full path to the install directory for the certificates. #
+# ARGUMENT_HOSTNAMES: List of hostnames for the certificate: example.org[:...] #
# #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#