aboutsummaryrefslogtreecommitdiff
path: root/files
Commit message (Collapse)AuthorAge
* add license headersHEADmasterB. Stack2024-03-26
|
* Fixed correct syntaxes and now have a valid passwordfile optionErling Li Teigen2023-06-21
|
* Added basic auth method and passwordfileErling Li Teigen2023-06-21
|
* fix #4B. Stack2023-06-06
|
* fix chain_file name if DN is in a certain formatB Stack2019-07-25
|
* add subjectAltName supportB Stack2018-09-10
| | | | | add --dnssans and --ipsans flags and CERTREQ_DNSSANS and CERTREQ_IPSANS environment variables
* add OPENSSL_BIN and OPENSSL_CONF optionsB Stack2018-09-10
| | | | | these will support the subjectAltName extension coming soon Please enter the commit message for your changes. Lines starting
* update error checking and exit codesB Stack2018-08-16
| | | | | | | | Removing the final double-quote from the regular expression in the DISPOSITION check enables us to capture more interesting error messages from the server, including the "Denied" message when you request an incorrectly-named cert template. Performed major rewrite of exit codes, to fix issue #2.
* add error check for "401 - Unauthorized"B Stack2018-07-30
|
* add error checking for "Denied" messageB Stack2018-07-30
|
* fix the retrieval of the ca certB Stack2018-06-19
| | | | Previously the code counted how many items were displayed in the list of CA certs. However, when the number of certs listed is different from the current renewal count, this can cause errors. I found this variable, "nRenewals" in the returned web page and it matches the current cacert to use.
* add many actions: fetch, request...B Stack2018-05-07
| | | | | | Add action --fetch --reqid <value> Add action --request Add --no-ca option
* add --csr optionB Stack2018-04-16
|
* add --list option and prepare for --csrB Stack2018-04-16
|
* Initial commitB Stack2017-12-06
bgstack15