aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
AgeCommit message (Collapse)AuthorFilesLines
2022-11-02Add "--server" and "--staging" optionsHEADmasterThomas Lange1-7/+6
Introduce a "--server" and "--staging" option to easily specify a custom ACME endpoint (or use of the staging server) which eliminates the hassle of manually editing the script for specifying a different ACME endpoint.
2022-11-01Remove "LETSENCRYPT_COMMAND_(AFTER|BEFORE)" hooksThomas Lange1-3/+1
Instead of manually editing the script for defining commands that should be execute BEFORE and AFTER the ACME challenge, the users of this script better should execute those commands in their shell before and after running PainlessLE. There is no need for editing the script...
2022-11-01Rename "LETSENCRYPT_ENDPOINT" to "ACME_ENDPOINT"Thomas Lange1-1/+1
2022-10-24Use positional args (change usage instructions)Thomas Lange1-15/+19
Use positional arguments for providing the target directory and the list of DNS hostnames to include within the certificate. Change the usage instructions accordingly and optimize some sentences in README file.
2022-10-23Optimize readme.mdThomas Lange1-10/+22
2022-10-22Put script into package directoryThomas Lange1-2/+13
Put the script into the package directory which reflects the directory structure of /usr/local. This makes it easily possible to install the script to /usr/local/sbin with a tool like *GNU Stow*.
2022-10-22Ensure that files ending with an LF characterThomas Lange1-1/+1
2021-03-11Make some more corrections to readme.mdThomas Lange1-6/+6
2021-03-11Make some corrections to readme.mdThomas Lange1-3/+3
2018-05-20Remove wrong unicode character U+013A with U+006CThomas Lange1-1/+1
2018-05-20Remove the special emphasis of "RSA" because EC keys are working tooThomas Lange1-5/+5
2017-01-26Spelling mistake fixed.Thomas Lange1-1/+1
2016-12-24Additional command-line options to customize the certificate target ↵Thomas Lange1-5/+13
filenames were added.
2016-12-22Parsing command-line arguments with the getopts shell builtin.Thomas Lange1-6/+6
2016-12-20ARGUMENT_HOSTNAMES must now contain only a colon separated string with the ↵Thomas Lange1-2/+2
hostnames.
2016-12-20Requirements section was added.Thomas Lange1-0/+3
2016-12-20Email address is only needed when creating an account on the ACME server.Thomas Lange1-1/+1
2016-12-19Initial commitThomas Lange1-0/+30