summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* disable order cacheorigin/2.1.8Wouter Tinus2020-06-031-1/+1
* prevent Microsoft.Web.Administration to run a "AddModifyBindingTransaction" f...Wouter Tinus2020-06-021-2/+2
* crash menu on certificates without historyWouter Tinus2020-06-021-1/+1
* Fix for #1558Wouter Tinus2020-06-0216-104/+185
* update nuget packagesWouter Tinus2020-05-314-4/+4
* Add pfx storev2.1.8Wouter Tinus2020-05-3135-98/+443
* fix test buildWouter Tinus2020-05-281-0/+6
* Improve email notifcations with log outputWouter Tinus2020-05-289-33/+173
* fix build errors for plugins, make CreateSpace explicit call for inputservice...Wouter Tinus2020-05-2816-42/+54
* error error handlingWouter Tinus2020-05-263-8/+45
* finetuningWouter Tinus2020-05-265-1512/+1510
* allow chaining multiple store and installation steps of the same type from in...Wouter Tinus2020-05-254-10/+14
* Merge branch '2.1.8' of https://github.com/PKISharp/win-acme into 2.1.8Wouter Tinus2020-05-251-0/+73
|\
| * Merge pull request #1542 from FWest98/fw/adfsScriptWouter Tinus2020-05-251-0/+73
| |\
| | * Added ADFS import scriptFloris Westerman2020-05-231-0/+73
* | | add shortcut for regex so that binding 2 remains selectable in advanced mode ;)Wouter Tinus2020-05-251-1/+1
* | | improve error handling when dns zones are not foundWouter Tinus2020-05-254-67/+31
|/ /
* | Only follow CNAME on leaf nodes, ignore branchesWouter Tinus2020-05-251-6/+5
* | 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-2318-65/+275
* | Show wildcard bindings in simple mode because we support fallback nowWouter Tinus2020-05-231-5/+0
* | Remove 1 hour TTL from Azure validation to speed up the process when multiple...Wouter Tinus2020-05-231-13/+26
* | Fix and refactor recursive CNAME resolverWouter Tinus2020-05-235-89/+92
* | 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 val...Wouter Tinus2020-05-161-16/+1
* | Fix #1534Wouter Tinus2020-05-161-1/+4
* | improve logging for invalid command linesWouter Tinus2020-05-147-23/+44
* | fix ipv6 bugWouter Tinus2020-05-141-1/+24
* | fix log messageWouter Tinus2020-05-141-1/+1
* | Azure DNS validation fixesWouter Tinus2020-05-142-7/+20
* | Merge pull request #1526 from win-acme/common-find-best-matchWouter Tinus2020-05-145-46/+45
|\ \
| * | Revert use of common matching algo for Cloudflare because it doesn't support ...Wouter Tinus2020-05-121-14/+15
| * | create common helper method to find best matching dns zone. shared between Az...Wouter Tinus2020-05-105-62/+63
* | | small quality of life improvement: direct input of binding indentifiersWouter Tinus2020-05-131-27/+58
* | | Log all requests going through our HttpClient instead of only those that Acme...Wouter Tinus2020-05-132-3/+18
* | | fix code style warningsWouter Tinus2020-05-131-1/+4
* | | update packagesWouter Tinus2020-05-132-7/+7
* | | improve error handling for account creationWouter Tinus2020-05-122-12/+36
* | | Use space instead of enter to prevent accidental trigger of the default optio...Wouter Tinus2020-05-121-1/+20
|/ /
* | Merge pull request #1525 from rvdginste/bugfix-route53-zonesWouter Tinus2020-05-101-9/+11
|\ \
| * | Cleanup: remove trailing whitespaceRuben Vandeginste2020-05-101-7/+7
| * | Fix: use complete segments to determine the correct zone (fixes #1524)Ruben Vandeginste2020-05-101-3/+5
| |/
* | version bumpWouter Tinus2020-05-101-1/+1
|/
* lowercase artifact name for consistencyWouter Tinus2020-05-021-1/+1
* Merge pull request #1517 from win-acme/2.1.7v2.1.7Wouter Tinus2020-05-024-10/+11
|\
| * update nuget packagesorigin/2.1.7Wouter Tinus2020-05-023-10/+10
| * include luadns in appveyorWouter Tinus2020-05-021-0/+1
* | Merge pull request #1516 from win-acme/2.1.7Wouter Tinus2020-05-0290-1017/+1877
|\ \ | |/
| * prepare releaseWouter Tinus2020-05-023-5/+5
| * delete git workflow (not working)Wouter Tinus2020-05-021-16/+0
| * prepare for releaseWouter Tinus2020-05-029-89/+80
| * Merge pull request #1514 from albertofustinoni/2.1.7Wouter Tinus2020-04-289-0/+258
| |\
| | * Build scriptsAlberto Fustinoni2020-04-272-0/+4
| | * LUADNS plugin implementationAlberto Fustinoni2020-04-277-0/+254
| |/
| * merge with latestWouter Tinus2020-04-2269-942/+1552
| |\
| | * Merge pull request #1507 from win-acme/ordersWouter Tinus2020-04-1970-960/+1570
| | |\
| | | * refactor unattended resolver and pluginserviceWouter Tinus2020-04-1912-297/+248
| | | * default plugins in interactive modeWouter Tinus2020-04-1812-247/+219
| | | * default targetWouter Tinus2020-04-189-10/+145
| | | * test with Host order pluginWouter Tinus2020-04-1313-42/+131
| | | * more testing and fixing for order pluginsWouter Tinus2020-04-1323-174/+388
| | | * basic workings of order plugins and refactoring of the renewal execution flow...Wouter Tinus2020-04-1239-382/+631
| | |/
| * | some code style messagesWouter Tinus2020-04-225-23/+8
| * | fix warningsWouter Tinus2020-04-224-24/+24
| * | prevent crash on corrupted IIS bindingWouter Tinus2020-04-221-1/+16
| |/
| * Proxy support for AzureWouter Tinus2020-04-101-2/+5
| * bump versionWouter Tinus2020-04-101-1/+1
| * custom computer name for email notificationsWouter Tinus2020-04-103-2/+13
| * proxy support for AWSWouter Tinus2020-04-101-5/+8
| * Update ACMESharpCoreWouter Tinus2020-04-081-0/+0
* | Update FUNDING.ymlWouter Tinus2020-04-191-0/+1
|/
* Merge pull request #1488 from win-acme/2.1.6Wouter Tinus2020-04-048-14/+34
|\
| * 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 --force switch not workingWouter Tinus2020-04-041-2/+2
| * fix log messagesv2.1.6.773Wouter Tinus2020-03-291-9/+8
| * add email From header (identical to sender)Wouter Tinus2020-03-291-0/+1
* | Merge pull request #1474 from win-acme/2.1.6Wouter Tinus2020-03-2965-455/+958
|\ \ | |/
| * fix running test as non-adminv2.1.6.768Wouter Tinus2020-03-2925-59/+77
| * update nugat packagesWouter Tinus2020-03-294-14/+22
| * Merge branch '2.1.6' of https://github.com/PKISharp/win-acme into 2.1.6Wouter Tinus2020-03-261-1/+4
| |\
| | * Merge pull request #1468 from georg-jung/issues/1439-improve-error-messageWouter Tinus2020-03-261-1/+4
| | |\
| | | * #1439 improve cloudflare error message regarding api tokenGeorg Jung2020-03-241-1/+4
| * | | flesh out Dns Substitution a bit moreWouter Tinus2020-03-263-6/+36
| |/ /
| * | implement support for substitute domainsWouter Tinus2020-03-256-35/+62
| * | handle valid challenge when authorization as a whole is not validWouter Tinus2020-03-251-2/+28
| * | 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-192-2/+2
| * Merge branch '2.1.6' of https://github.com/PKISharp/win-acme into 2.1.6Wouter Tinus2020-03-191-1/+1
| |\
| | * Merge pull request #1452 from georg-jung/fix-1364-againWouter Tinus2020-03-181-1/+1
| | |\
| | | * Fix #1364 (second bug in same issue)Georg Jung2020-03-141-1/+1
| * | | Order level cache to prevent rate limitsWouter Tinus2020-03-193-53/+90
| * | | Fix #1445Wouter Tinus2020-03-191-21/+52
| * | | Fix #1447Wouter Tinus2020-03-182-2/+6
| |/ /
| * | infrastructure for order reuseWouter Tinus2020-03-188-37/+162
| * | factor out order managerWouter Tinus2020-03-102-13/+42
| |/
| * increase default timeout for ACME server actions like validation from 25 to 7...Wouter Tinus2020-03-101-1/+1
| * Implement new setting for SslOnConnectWouter Tinus2020-03-053-5/+10