Skip to content

Commit

Permalink
Merge pull request #333 from sjkp/feature/v2api
Browse files Browse the repository at this point in the history
Feature/v2api
  • Loading branch information
sjkp committed Oct 13, 2019
2 parents 6268ad2 + d0dbb9f commit ff74be1
Show file tree
Hide file tree
Showing 64 changed files with 46 additions and 2,646 deletions.
142 changes: 0 additions & 142 deletions .dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "ACMESharp"]
path = ACMESharp
url = https://github.com/sjkp/ACMESharp.git
1 change: 0 additions & 1 deletion ACMESharp
Submodule ACMESharp deleted from 49770b
26 changes: 0 additions & 26 deletions Dockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions LetsEncrypt-SiteExtension.sln
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ACMESharp", "ACMESharp", "{E4B09348-2E98-4A58-8D5A-B55231D6A2E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion LetsEncrypt-SiteExtension/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<tbody>
<tr>
<td>@LetsEncrypt.Azure.Core.Models.AppSettingsAuthConfig.acmeBaseUriKey</td>
<td>The url to Let's Encrypt servers e.g. https://acme-v01.api.letsencrypt.org/ or https://acme-staging.api.letsencrypt.org/ </td>
<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>
</tr>
<tr>
<td>@LetsEncrypt.Azure.Core.Models.AppSettingsAuthConfig.emailKey</td>
Expand Down
133 changes: 0 additions & 133 deletions LetsEncrypt.Azure.Core.V2/AcmeClient.cs

This file was deleted.

65 changes: 0 additions & 65 deletions LetsEncrypt.Azure.Core.V2/AzureBlobStorage.cs

This file was deleted.

0 comments on commit ff74be1

Please sign in to comment.