We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376eb14 commit acbcbefCopy full SHA for acbcbef
acme/jws.go
@@ -92,7 +92,7 @@ func jwsEncodeJSON(claimset interface{}, key crypto.Signer, kid KeyID, nonce, ur
92
if err != nil {
93
return nil, err
94
}
95
- phead := base64.RawURLEncoding.EncodeToString([]byte(phJSON))
+ phead := base64.RawURLEncoding.EncodeToString(phJSON)
96
var payload string
97
if val, ok := claimset.(string); ok {
98
payload = val
0 commit comments