summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* update nuget packagesWouter Tinus2020-10-056-166/+166
* fix exit code for unneeded/aborted renewalWouter Tinus2020-10-051-0/+4
* fix testsorigin/2.1.11Wouter Tinus2020-10-022-2/+5
* make sure exitcode is set when a renewal failedWouter Tinus2020-10-023-7/+14
* add messages to all invalidoperation exceptionsWouter Tinus2020-09-249-13/+13
* bug #1665Wouter Tinus2020-09-212-9/+21
* Show 32/64b in banner at startupWouter Tinus2020-09-163-3/+4
* Allow --webroot to overrule IIS pathWouter Tinus2020-09-161-7/+8
* fix test buildWouter Tinus2020-09-101-1/+1
* fix #1657Wouter Tinus2020-09-101-2/+6
* Add version to user agentWouter Tinus2020-09-086-34/+63
* Add minimal User-Agent Header to AcmeClientMoritz Basel2020-08-311-1/+2
* documentaitonorigin/2.1.10Wouter Tinus2020-08-011-1/+3
* better international language supportWouter Tinus2020-07-298-11/+11
* fix #1631Wouter Tinus2020-07-281-1/+1
* unattended mode for external account bindingWouter Tinus2020-07-285-26/+90
* fix for #1632?Wouter Tinus2020-07-281-1/+1
* update nuget packagesWouter Tinus2020-07-284-11/+11
* Merge pull request #1626 from Skulblaka/feature/digitalocean-validationWouter Tinus2020-07-289-2/+175
|\
| * Update Json.NET reference of cloudflare to 12.0.3Skulblaka2020-07-231-1/+1
| * Implement DigitalOcean DNS validationSkulblaka2020-07-237-0/+173
| * fix retry bugorigin/2.1.9Wouter Tinus2020-07-101-1/+1
* | DNS authority cache issue in MT modeWouter Tinus2020-07-282-75/+70
* | error message tweakWouter Tinus2020-07-281-1/+1
* | #1628Wouter Tinus2020-07-273-8/+8
* | fix #1625Wouter Tinus2020-07-2712-1490/+1494
* | always call cleanup (on finally)Wouter Tinus2020-07-201-85/+87
* | cleanup fixesWouter Tinus2020-07-202-7/+6
* | prevent crash with multiple store plugins of the same typeWouter Tinus2020-07-184-13/+13
* | pause before quitting to make startup errors more visibleWouter Tinus2020-07-181-0/+5
* | safe replace write to prevent data loss on write errorsWouter Tinus2020-07-171-3/+18
* | remove unneeded usingWouter Tinus2020-07-171-1/+0
* | use more async I/O apisWouter Tinus2020-07-176-17/+14
* | limit display of historyWouter Tinus2020-07-171-3/+18
* | do not crash of failed acme-dns validation checkWouter Tinus2020-07-171-26/+34
* | additional debug log and write tos asyncWouter Tinus2020-07-171-1/+2
* | extra logging for #1612Wouter Tinus2020-07-161-0/+4
* | Generate .pfx and .pem files for legacy renewals being imported from 1.9.x to...Wouter Tinus2020-07-141-1/+9
* | Fix error with multiple email receiversWouter Tinus2020-07-141-2/+2
* | Merge pull request #1486 from InKahootz/azure-environment-agnosticWouter Tinus2020-07-126-8/+122
|\ \
| * | Add code documentation in Azure pluginHank McCord2020-07-061-0/+4
| * | Merge branch 2.1.9 into azure-environment-agnosticHank McCord2020-07-06118-2562/+4168
| |\ \
| * | | Fix environment settings in Azure ApplicationTokenProviderHank McCord2020-07-061-1/+13
| * | | Merge branch '2.1.7' into azure-environment-agnosticWouter Tinus2020-04-2813-30/+284
| |\ \ \
| * | | | fix backwards compatibilityWouter Tinus2020-04-192-23/+20
| * | | | Merge remote-tracking branch 'origin/2.1.7' into pr/1486-add-support-for-curr...Wouter Tinus2020-04-1970-960/+1570
| |\ \ \ \
| * | | | | post-merge fixWouter Tinus2020-04-191-3/+3
| * | | | | merge with latest 2.1.7Wouter Tinus2020-04-1913-26/+65
| |\ \ \ \ \
| * | | | | | Add support for current azure environmentsHank McCord2020-04-046-11/+110
* | | | | | | support different algorithms and improve feedbackWouter Tinus2020-07-123-9/+39
* | | | | | | working with Pebble but not SectigoWouter Tinus2020-07-104-20/+79
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch '2.1.9' of https://github.com/win-acme/win-acme into 2.1.9Wouter Tinus2020-07-101-2/+2
|\ \ \ \ \ \
| * | | | | | Update settings.jsonWouter Tinus2020-07-071-2/+2
* | | | | | | bug fixesWouter Tinus2020-07-102-3/+10
|/ / / / / /
* | | | | | Merge branch '2.1.9' of https://github.com/win-acme/win-acme into 2.1.9Wouter Tinus2020-07-062-3/+3
|\ \ \ \ \ \
| * | | | | | Update CentralSsl.csWouter Tinus2020-07-061-1/+1
| * | | | | | Update RenewalManager.csWouter Tinus2020-07-061-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | update submoduleWouter Tinus2020-07-061-0/+0
* | | | | | remove unused includeWouter Tinus2020-07-061-1/+0
|/ / / / /
* | | | | handle false detection of IISWouter Tinus2020-07-011-1/+8
* | | | | fix #1593Wouter Tinus2020-06-271-3/+3
* | | | | fix #1591Wouter Tinus2020-06-271-1/+1
* | | | | fixes #1586Wouter Tinus2020-06-231-2/+21
* | | | | don't try to process invalid ordersWouter Tinus2020-06-231-0/+6
* | | | | don't attempt to validate orders which are already validWouter Tinus2020-06-176-31/+94
* | | | | make HttpValidation support parallel validationWouter Tinus2020-06-176-99/+78
* | | | | implement parallel validation for AzureWouter Tinus2020-06-1618-244/+452
* | | | | enable parallel validation for http-01 selfhostingWouter Tinus2020-06-1423-361/+614
* | | | | split validation in seperate Prepare, Submit and Clean steps, working towards...Wouter Tinus2020-06-133-90/+171
* | | | | refactor validation plugisn to remove challenge specific items, allowing them...Wouter Tinus2020-06-1321-161/+149
* | | | | filter private zones and handle multiple public zonesWouter Tinus2020-06-131-19/+27
* | | | | add unit test for Central SSL trapWouter Tinus2020-06-091-0/+35
* | | | | update submoduleWouter Tinus2020-06-081-0/+0
* | | | | improve logging for plugin loaderWouter Tinus2020-06-081-2/+2
* | | | | make email client QUIT the connection nicelyWouter Tinus2020-06-084-18/+22
* | | | | respect command lineWouter Tinus2020-06-081-2/+20
* | | | | 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
* | | | | 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