aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-02Add "--server" and "--staging" optionsHEADmasterThomas Lange2-21/+30
2022-11-01Process command-line options without getoptsThomas Lange1-11/+11
2022-11-01Process arguments containing white space correctlyThomas Lange1-1/+1
2022-11-01Remove "LETSENCRYPT_COMMAND_(AFTER|BEFORE)" hooksThomas Lange2-20/+1
2022-11-01Rename "LETSENCRYPT_ENDPOINT" to "ACME_ENDPOINT"Thomas Lange2-4/+4
2022-11-01Don't use system-wide OpenSSL config anymoreThomas Lange1-3/+12
2022-11-01Use PEM format for temporary CSR fileThomas Lange1-1/+1
2022-10-24Do some code cleanup/optimizing (including bugfix)Thomas Lange1-48/+49
2022-10-24Use positional args (change usage instructions)Thomas Lange2-37/+49
2022-10-24Normalize command-line arguments with GNU getoptThomas Lange1-1/+6
2022-10-23Optimize readme.mdThomas Lange1-10/+22
2022-10-23Update production ACME endpoint addressThomas Lange1-1/+1
2022-10-22Put script into package directoryThomas Lange2-2/+13
2022-10-22Update Let's Encrypt Staging Environment URLThomas Lange1-1/+1
2022-10-22Ensure that files ending with an LF characterThomas Lange3-3/+3
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-31Call "shift" after the getopts while loopThomas Lange1-1/+1
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 Lange2-7/+7
2018-03-31Remove unnecessary command-line option "--text"Thomas Lange1-1/+1
2017-02-25Markdown formatting removed.Thomas Lange1-3/+3
2017-02-25Old license file removed.Thomas Lange1-9/+0
2017-02-25Typo in filename removed.Thomas Lange1-0/+9
2017-02-10Bugfix: Execute commands with "eval" to prevent problems with combined commands.Thomas Lange1-2/+2
2017-01-26Spelling mistake fixed.Thomas Lange1-1/+1
2017-01-03Use the full variable name $option instead of the abbreviation $opt.Thomas Lange1-2/+2
2016-12-24Delete previously obtained certificates only if Certbot has successfully acco...Thomas Lange1-8/+16
2016-12-24Additional command-line options to customize the certificate target filenames...Thomas Lange2-12/+28
2016-12-23Delete Certificate-Signing-Request (CSR) file which was created by mktemp on ...Thomas Lange1-0/+5
2016-12-23mktemp now creates the temporary CSR file by itself and with restricted UNIX ...Thomas Lange1-1/+1
2016-12-22Comment section now contains the option name instead the internal variable name.Thomas Lange1-2/+2
2016-12-22Parsing command-line arguments with the getopts shell builtin.Thomas Lange2-9/+28
2016-12-21Comment section restructured and updated.Thomas Lange1-7/+6
2016-12-21Added an forgotten modifier to the sed pattern.Thomas Lange1-1/+1
2016-12-20ARGUMENT_HOSTNAMES must now contain only a colon separated string with the ho...Thomas Lange2-3/+3
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 Lange2-5/+4
2016-12-19Added OPENSSLCONF variable which contains the path to the openssl.cnf file.Thomas Lange1-1/+2
2016-12-19Initial commitThomas Lange3-0/+122