Skip to content

Commit

Permalink
mark Challenge.KeyAuthorization obsolete (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
fszlin authored May 5, 2018
1 parent 4ec8e09 commit c48ca07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Certes/Acme/Resource/Challenge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public class Challenge
/// The key authorization.
/// </value>
[JsonProperty("keyAuthorization")]
[Obsolete("Removed from ACME server.")]
public string KeyAuthorization { get; set; }
}
}

0 comments on commit c48ca07

Please sign in to comment.