Skip to content

Commit

Permalink
Update CertificateRequestModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nomailme committed Apr 7, 2021
1 parent 3b73b85 commit aa52503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public string CommonName
/// Output filename (without extension).
/// </summary>
[DefaultValue("certificate")]
public string Filename { get; set; }
public string Filename { get; set; } = "certificate";

/// <summary>
/// Certificate validity in days.
Expand Down

0 comments on commit aa52503

Please sign in to comment.