summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | 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
|\ \ \ \ \ | | | | | | | | | | | | Create common helper method to find best matching dns zone.
| * | | | | Revert use of common matching algo for Cloudflare because it doesn't support ↵Wouter Tinus2020-05-121-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | zones for subdomains
| * | | | | create common helper method to find best matching dns zone. shared between ↵Wouter Tinus2020-05-105-62/+63
| | | | | | | | | | | | | | | | | | | | | | | | Azure. Cloudflare, route53 and LuaDns
* | | | | | 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 ↵Wouter Tinus2020-05-132-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | AcmeSharpCore triggers events on
* | | | | | 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 ↵Wouter Tinus2020-05-121-1/+20
|/ / / / / | | | | | | | | | | | | | | | option after the list
* | | | | 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
| | | | |
* | | | | update nuget packagesorigin/2.1.7Wouter Tinus2020-05-023-10/+10
| | | | |
* | | | | prepare releaseWouter Tinus2020-05-023-5/+5
| | | | |
* | | | | prepare for releaseWouter Tinus2020-05-028-87/+78
| |_|_|/ |/| | |
* | | | LUADNS plugin implementationAlberto Fustinoni2020-04-277-0/+254
| | | |
* | | | merge with latestWouter Tinus2020-04-2269-942/+1552
|\ \ \ \ | | |_|/ | |/| |
| * | | 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 ↵Wouter Tinus2020-04-1239-382/+631
| | |/ | |/| | | | | | | flow to make them possible
* | | 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
| |
* | 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
| |
* | 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
|/
* 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
| |\ | | | | | | Improve Cloudflare API Token Error Message
| | * #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)
| | * 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 ↵Wouter Tinus2020-03-101-1/+1
| | | | 75 seconds to accomodate more safe and strict validation methods recently introduced by Let's Encrypt
* Implement new setting for SslOnConnectWouter Tinus2020-03-053-5/+10
|
* update nuget packages and implement mailkitWouter Tinus2020-03-0526-245/+369
|
* extra debug messages for legacy importWouter Tinus2020-03-051-0/+3
|
* 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-046-39/+64
|\ | | | | | | pr/1436-add-old-certificate-information-to-script-installer
| * merge with masterWouter Tinus2020-03-0456-405/+855
| |\
| * | Support full directory url as baseuriWouter Tinus2020-03-041-25/+59
| | |
| * | fix #1431Wouter Tinus2020-03-047-20/+24
| | |
* | | Add script installer parameters for the old certificate's subject name, ↵Jason Addington2020-03-041-0/+7
| |/ |/| | | | | friendly name, and thumbprint.
* | increase log retenionorigin/2.1.5Wouter Tinus2020-03-011-1/+10
| |
* | better error handling and survive validation errors in --force mode when a ↵Wouter Tinus2020-02-261-86/+111
| | | | | | | | previous (cached) validation exists
* | don't fatally error out on web.config missingWouter Tinus2020-02-261-6/+13
| |
* | proper use of pattern matchingWouter Tinus2020-02-2610-66/+64
| |
* | clean up validation in all scenariosWouter Tinus2020-02-241-12/+17
| |
* | fix FTP installer looking at websites for enabled stateWouter Tinus2020-02-211-1/+1
| |
* | prevent unneeded rescans of IIS websites (only re-scan after a commit or ↵Wouter Tinus2020-02-211-48/+69
| | | | | | | | refresh)
* | Force TLS 1.2 if OS default settings don't workWouter Tinus2020-02-212-6/+8
| |
* | Rename PKISharp > win-acmeWouter Tinus2020-02-212-2/+2
| |
* | additional connection checkWouter Tinus2020-02-202-7/+21
| |
* | #1414Wouter Tinus2020-02-191-1/+5
| |
* | #1416Wouter Tinus2020-02-191-1/+2
| |
* | Fix #1399Wouter Tinus2020-02-181-26/+27
| |
* | performance optimization for large iis installsWouter Tinus2020-02-181-1/+12
| |
* | avoid code dubplicationWouter Tinus2020-02-171-2/+5
| |
* | handle duplicate bindingsWouter Tinus2020-02-171-2/+2
| |
* | 100x faster IIS scanning for large amounts of bindingsWouter Tinus2020-02-143-7/+66
| |
* | fix build error for test projectWouter Tinus2020-02-142-11/+21
| |
* | quick select in renewal managerWouter Tinus2020-02-143-13/+25
| |
* | fix crash in renewal manager for renewals without historyWouter Tinus2020-02-141-1/+1
| |
* | prevent duplicate values from legacy iis pluginsWouter Tinus2020-02-144-66/+50
| |
* | fix settings.jsonWouter Tinus2020-02-141-1/+1
| |
* | use correct scope for analysis of IIS targetsWouter Tinus2020-02-141-3/+2
| |
* | Fix potential attempt to add duplicate binding when IIS gives inconsistent ↵Wouter Tinus2020-02-133-11/+17
| | | | | | | | character casing between the Host and BindingInformation properties
* | Add tests for mixed upper and lowercase bindingsWouter Tinus2020-02-132-1/+61
| |
* | Allow renewals to run when none are due, to detect target changesWouter Tinus2020-02-131-3/+1
| |
* | Prevent unneeded commits to the ServerManager in case UpdateBinding doesn't ↵Wouter Tinus2020-02-131-11/+23
| | | | | | | | actually need to make updates or AddBinding refused to run because of a duplicate
* | #1409Wouter Tinus2020-02-132-9/+25
| |
* | add function to detect duplicate coverageWouter Tinus2020-02-121-0/+84
| |
* | improve renewal manager UXWouter Tinus2020-02-121-29/+63
| |
* | Improve file system performanceWouter Tinus2020-02-105-12/+18
| |
* | extra verbose log messagesWouter Tinus2020-02-081-2/+14
| |