Skip to content

Commit 3992c24

Browse files
Implement legacy route for challenge check, used by http challenge server
1 parent 2efc482 commit 3992c24

File tree

5 files changed

+462
-6
lines changed

5 files changed

+462
-6
lines changed

src/Certify.Client/ICertifyClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public partial interface ICertifyInternalApiClient
4141
Task<Version> GetServerVersion(StandardServerTypes serverType, AuthContext authContext = null);
4242
Task<List<DomainOption>> GetServerSiteDomains(StandardServerTypes serverType, string serverSiteId, AuthContext authContext = null);
4343
Task<List<ActionStep>> RunConfigurationDiagnostics(StandardServerTypes serverType, string serverSiteId, AuthContext authContext = null);
44-
Task<List<SimpleAuthorizationChallengeItem>> GetCurrentChallenges(string type, string key, AuthContext authContext = null);
44+
Task<List<SimpleAuthorizationChallengeItem>> GetCurrentChallenges(string type = "http-01", string key = null, AuthContext authContext = null);
4545
#endregion Server
4646

4747
#region Preferences

0 commit comments

Comments
 (0)