Skip to content

Commit

Permalink
Update src/LetsEncrypt/LetsEncryptOptions.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Nate McMaster <nate.mcmaster@gmail.com>
  • Loading branch information
mbican and natemcmaster authored May 12, 2020
1 parent 79e2111 commit b5404b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LetsEncrypt/LetsEncryptOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ internal Uri GetAcmeServer(IHostEnvironment env)
public TimeSpan? RenewalCheckPeriod { get; set; } = TimeSpan.FromDays(1);

/// <summary>
/// The uri to the server that implements the ACME protocol for certificate generation.
/// Asymetric encryption algorithm: RS256, ES256, ES384, ES512
/// </summary>
public KeyAlgorithm KeyAlgorithm { get; set; } = KeyAlgorithm.ES256;
Expand Down

0 comments on commit b5404b3

Please sign in to comment.