summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Plugins
Commit message (Collapse)AuthorAgeFilesLines
* add messages to all invalidoperation exceptionsWouter Tinus2020-09-244-5/+5
|
* bug #1665Wouter Tinus2020-09-211-1/+1
|
* Allow --webroot to overrule IIS pathWouter Tinus2020-09-161-7/+8
|
* fix #1657Wouter Tinus2020-09-101-2/+6
|
* better international language supportWouter Tinus2020-07-294-4/+4
|
* fix for #1632?Wouter Tinus2020-07-281-1/+1
|
* DNS authority cache issue in MT modeWouter Tinus2020-07-281-1/+4
|
* error message tweakWouter Tinus2020-07-281-1/+1
|
* #1628Wouter Tinus2020-07-273-8/+8
|
* fix #1625Wouter Tinus2020-07-274-799/+803
|
* cleanup fixesWouter Tinus2020-07-201-3/+2
|
* prevent crash with multiple store plugins of the same typeWouter Tinus2020-07-184-13/+13
|
* use more async I/O apisWouter Tinus2020-07-173-12/+9
|
* Merge branch '2.1.9' of https://github.com/win-acme/win-acme into 2.1.9Wouter Tinus2020-07-061-1/+1
|\
| * Update CentralSsl.csWouter Tinus2020-07-061-1/+1
| |
* | remove unused includeWouter Tinus2020-07-061-1/+0
|/
* fix #1591Wouter Tinus2020-06-271-1/+1
|
* fixes #1586Wouter Tinus2020-06-231-2/+21
|
* don't attempt to validate orders which are already validWouter Tinus2020-06-171-13/+35
|
* make HttpValidation support parallel validationWouter Tinus2020-06-175-98/+77
|
* implement parallel validation for AzureWouter Tinus2020-06-1611-124/+222
|
* enable parallel validation for http-01 selfhostingWouter Tinus2020-06-1410-80/+84
|
* split validation in seperate Prepare, Submit and Clean steps, working ↵Wouter Tinus2020-06-132-10/+45
| | | | towards parallelization
* refactor validation plugisn to remove challenge specific items, allowing ↵Wouter Tinus2020-06-1312-120/+113
| | | | them to handle multiple challenges, which is required for parallel validation
* respect command lineWouter Tinus2020-06-081-2/+20
|
* Fix for #1558Wouter Tinus2020-06-028-45/+52
|
* Add pfx storev2.1.8Wouter Tinus2020-05-3128-81/+352
|
* fix build errors for plugins, make CreateSpace explicit call for ↵Wouter Tinus2020-05-283-7/+14
| | | | inputservice instead of semantically dubious "first" parameter ion Show
* finetuningWouter Tinus2020-05-261-198/+199
|
* allow chaining multiple store and installation steps of the same type from ↵Wouter Tinus2020-05-253-9/+12
| | | | interactive mode
* add shortcut for regex so that binding 2 remains selectable in advanced mode ;)Wouter Tinus2020-05-251-1/+1
|
* bugfix for domain order plugin and wildcardsWouter Tinus2020-05-231-1/+1
|
* fix log messageWouter Tinus2020-05-231-1/+1
|
* Refinements to order plugin systemWouter Tinus2020-05-237-1/+145
|
* Show wildcard bindings in simple mode because we support fallback nowWouter Tinus2020-05-231-5/+0
|
* Fix and refactor recursive CNAME resolverWouter Tinus2020-05-231-17/+14
|
* show actual port number tried instead of hardcoded 80Wouter Tinus2020-05-161-5/+6
|
* Remove "simple mode" restriction because we now support fallback to other ↵Wouter Tinus2020-05-161-16/+1
| | | | validation methods
* improve logging for invalid command linesWouter Tinus2020-05-141-5/+5
|
* fix log messageWouter Tinus2020-05-141-1/+1
|
* Azure DNS validation fixesWouter Tinus2020-05-141-1/+11
|
* Merge pull request #1526 from win-acme/common-find-best-matchWouter Tinus2020-05-141-0/+38
|\ | | | | Create common helper method to find best matching dns zone.
| * create common helper method to find best matching dns zone. shared between ↵Wouter Tinus2020-05-101-0/+38
| | | | | | | | Azure. Cloudflare, route53 and LuaDns
* | small quality of life improvement: direct input of binding indentifiersWouter Tinus2020-05-131-27/+58
|/
* prepare for releaseWouter Tinus2020-05-021-1/+1
|
* merge with latestWouter Tinus2020-04-2231-456/+641
|\
| * refactor unattended resolver and pluginserviceWouter Tinus2020-04-193-170/+179
| |
| * default plugins in interactive modeWouter Tinus2020-04-185-231/+197
| |
| * default targetWouter Tinus2020-04-182-1/+19
| |
| * test with Host order pluginWouter Tinus2020-04-138-9/+72
| |
| * more testing and fixing for order pluginsWouter Tinus2020-04-138-116/+121
| |
| * basic workings of order plugins and refactoring of the renewal execution ↵Wouter Tinus2020-04-1220-64/+188
| | | | | | | | flow to make them possible
* | some code style messagesWouter Tinus2020-04-223-11/+7
|/
* add https option to self hosting pluginorigin/2.1.6Wouter Tinus2020-04-045-5/+24
|
* make self-hosting plugin listen to https requestsWouter Tinus2020-04-041-2/+3
|
* fix log messagesv2.1.6.773Wouter Tinus2020-03-291-9/+8
|
* fix running test as non-adminv2.1.6.768Wouter Tinus2020-03-2912-26/+26
|
* flesh out Dns Substitution a bit moreWouter Tinus2020-03-261-5/+24
|
* implement support for substitute domainsWouter Tinus2020-03-253-11/+23
|
* add extra debug message for dns prevalidationWouter Tinus2020-03-251-3/+4
|
* log dns challenge on successWouter Tinus2020-03-251-1/+1
|
* Fix preliminary validation with multiple TXT records for the same hostWouter Tinus2020-03-191-1/+1
|
* Fix #1447Wouter Tinus2020-03-181-1/+6
|
* update nuget packages and implement mailkitWouter Tinus2020-03-053-9/+9
|
* build errorWouter Tinus2020-03-041-2/+2
|
* remove numbered parameters and add comment about whyWouter Tinus2020-03-041-5/+5
|
* Merge branch '2.1.6' into ↵Wouter Tinus2020-03-042-3/+3
|\ | | | | | | pr/1436-add-old-certificate-information-to-script-installer
| * merge with masterWouter Tinus2020-03-0431-141/+188
| |\
| * | fix #1431Wouter Tinus2020-03-043-4/+4
| | |
* | | Add script installer parameters for the old certificate's subject name, ↵Jason Addington2020-03-041-0/+7
| |/ |/| | | | | friendly name, and thumbprint.
* | don't fatally error out on web.config missingWouter Tinus2020-02-261-6/+13
| |
* | proper use of pattern matchingWouter Tinus2020-02-265-29/+33
| |
* | fix FTP installer looking at websites for enabled stateWouter Tinus2020-02-211-1/+1
| |
* | Rename PKISharp > win-acmeWouter Tinus2020-02-211-1/+1
| |
* | #1414Wouter Tinus2020-02-191-1/+5
| |
* | prevent duplicate values from legacy iis pluginsWouter Tinus2020-02-143-59/+38
| |
* | Improve file system performanceWouter Tinus2020-02-102-7/+13
| |
* | move repo/websiteWouter Tinus2020-02-071-1/+1
| |
* | Be more specific about reasons for disabling optionsWouter Tinus2020-02-0525-67/+114
|/
* error message formatWouter Tinus2020-02-041-1/+1
|
* UI finetuningWouter Tinus2020-02-022-3/+3
|
* new renewal management menu to uniformly show, cancel, revoke and run ↵Wouter Tinus2020-02-023-3/+4
| | | | specific selections of renewals
* prevent race condition by not doing parallel lookupsWouter Tinus2020-01-271-19/+11
|
* For misnamed null store optionWouter Tinus2020-01-261-1/+1
|
* Do not error out completely when acme-dns validation failsWouter Tinus2020-01-211-7/+3
|
* null store fix and docsWouter Tinus2020-01-191-3/+12
|
* Allow null-store to be selected #1360Wouter Tinus2020-01-183-12/+29
|
* explicitly call validation plugin cleanup instead of relying on ↵Wouter Tinus2020-01-184-35/+9
| | | | autofac/disposable magic, so that we can have proper (error) logging for this step
* xWouter Tinus2020-01-151-8/+16
|
* Failure to add intermediate certificate to the store shouldn't be a fatal ↵Wouter Tinus2020-01-151-4/+3
| | | | error. Fall back to the regular chosen store if opening the intermedate store fails.
* compromise length vs. recognizabilityWouter Tinus2020-01-141-20/+48
|
* more friendly friendly nameWouter Tinus2020-01-141-6/+10
|
* include certificate chain in Central Certificate StoreWouter Tinus2020-01-141-1/+4
|
* simple unit test for the main class workingWouter Tinus2020-01-136-10/+11
|
* improve rds example docs, better error handling for null target, retry on failWouter Tinus2020-01-115-11/+12
|
* more intelligent cache of LookupClients, and fallback to default name ↵Wouter Tinus2020-01-031-3/+3
| | | | servers when the authoritative ones cannot be discovered or contacted
* merge with masterWouter Tinus2019-12-254-10/+55
|\
| * add extra command line validation for --sslport and --sslipaddressWouter Tinus2019-12-173-10/+54
| |
| * Fix #1327Wouter Tinus2019-12-173-4/+5
| |
| * Fix #1326Wouter Tinus2019-12-171-1/+1
| |