Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ebekker/ACMESharp
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker committed Aug 8, 2017
2 parents 3c85e90 + 6746e69 commit 99055fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ACMESharp/ACMESharp.POSH-test/Pester/010-Vault.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Describe "VaultTests" {
Context "List and Get Available Challenge Handlers" {
It "verifies the Challenge Handlers " {
$ch = Get-ACMEChallengeHandlerProfile -ListChallengeHandlers
($ch | ConvertTo-Json -Compress) | Should Be (@('manual', 'aws-route53', 'aws-s3', 'iis') | ConvertTo-Json -Compress)
($ch | ConvertTo-Json -Compress) | Should Be (@('manual', 'msdns', 'aws-route53', 'aws-s3', 'iis') | ConvertTo-Json -Compress)
}
It "gets the details of a non-existent Challenge Handler" {
{ Get-ACMEChallengeHandlerProfile -GetChallengeHandler no-such-type } | Should Throw
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ An [ACME](https://github.com/letsencrypt/acme-spec) client library and PowerShel
Jump To:
* [Overview](#overview)
* [Quick Start](https://github.com/ebekker/ACMESharp/wiki/Quick-Start)
* [Build Status](#build-status)
* [Downloads](#downloads)
* [Current State](#current-state)
* [Related Links](#related-links)
Expand Down

0 comments on commit 99055fb

Please sign in to comment.