Skip to content

Commit ff74be1

Browse files
authored
Merge pull request #333 from sjkp/feature/v2api
Feature/v2api
2 parents 6268ad2 + d0dbb9f commit ff74be1

File tree

64 files changed

+46
-2646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+46
-2646
lines changed

.dockerignore

Lines changed: 0 additions & 142 deletions
This file was deleted.

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "ACMESharp"]
2-
path = ACMESharp
3-
url = https://github.com/sjkp/ACMESharp.git

ACMESharp

Lines changed: 0 additions & 1 deletion
This file was deleted.

Dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

LetsEncrypt-SiteExtension.sln

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2828
README.md = README.md
2929
EndProjectSection
3030
EndProject
31-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ACMESharp", "ACMESharp", "{E4B09348-2E98-4A58-8D5A-B55231D6A2E3}"
32-
EndProject
3331
Global
3432
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3533
Debug|Any CPU = Debug|Any CPU

LetsEncrypt-SiteExtension/Views/Home/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<tbody>
8080
<tr>
8181
<td>@LetsEncrypt.Azure.Core.Models.AppSettingsAuthConfig.acmeBaseUriKey</td>
82-
<td>The url to Let's Encrypt servers e.g. https://acme-v01.api.letsencrypt.org/ or https://acme-staging.api.letsencrypt.org/ </td>
82+
<td>The url to Let's Encrypt servers e.g. https://acme-v02.api.letsencrypt.org/directory or https://acme-staging-v02.api.letsencrypt.org/directory </td>
8383
</tr>
8484
<tr>
8585
<td>@LetsEncrypt.Azure.Core.Models.AppSettingsAuthConfig.emailKey</td>

LetsEncrypt.Azure.Core.V2/AcmeClient.cs

Lines changed: 0 additions & 133 deletions
This file was deleted.

LetsEncrypt.Azure.Core.V2/AzureBlobStorage.cs

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)