Skip to content

Commit

Permalink
Fix: certificate challenge type
Browse files Browse the repository at this point in the history
Version bump to 2.1.4
  • Loading branch information
certeraio committed Oct 28, 2020
1 parent dfc28d2 commit 37b6e6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Certera.Web/Certera.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<Copyright>https://docs.certera.io/#license</Copyright>
<PackageProjectUrl>https://certera.io</PackageProjectUrl>
<RepositoryUrl>https://github.com/certera-io/certera</RepositoryUrl>
<AssemblyVersion>2.1.3</AssemblyVersion>
<FileVersion>2.1.3</FileVersion>
<Version>2.1.3</Version>
<AssemblyVersion>2.1.4</AssemblyVersion>
<FileVersion>2.1.4</FileVersion>
<Version>2.1.4</Version>
<PackageReleaseNotes>Supports DNS-01 challenge type</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Certera.Web/Pages/Certificates/Edit.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public async Task<IActionResult> OnPostAsync()
cert.KeyId = AcmeCertificate.KeyId;
cert.Subject = AcmeCertificate.Subject;
cert.SANs = AcmeCertificate.SANs;
cert.ChallengeType = AcmeCertificate.ChallengeType;

try
{
Expand Down

0 comments on commit 37b6e6b

Please sign in to comment.