From 3823bca2fd8ef55d5c197abf306b4ea56eb5b5d5 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 21 Dec 2016 10:42:05 +0100 Subject: Comment section restructured and updated. --- painless-le.sh | 13 ++++++------- 1 file 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 ] # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# # # -# 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[:...] # # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# -- cgit v1.2.3