Skip to content

Commit

Permalink
Merge pull request #1331 from alex/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo in a comment
  • Loading branch information
jsha committed Jan 4, 2016
2 parents 41837d6 + b34aecc commit 2b15b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocks/mocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (mock *DNSResolver) LookupTXT(hostname string) ([]string, error) {
return nil, fmt.Errorf("SERVFAIL")
}
if hostname == "_acme-challenge.good-dns01.com" {
// base64(sha254("LoqXcYV8q5ONbJQxbmR7SCTNo3tiAXDfowyjxAjEuX0"
// base64(sha256("LoqXcYV8q5ONbJQxbmR7SCTNo3tiAXDfowyjxAjEuX0"
// + "." + "9jg46WB3rR_AHD-EBXdN7cBkH1WOu0tA3M9fm21mqTI"))
// expected token + test account jwk thumbprint
return []string{"LPsIwTo7o8BoG0-vjCyGQGBWSVIPxI-i_X336eUOQZo"}, nil
Expand Down

0 comments on commit 2b15b6c

Please sign in to comment.