Implement test server
This commit is contained in:
parent
b223a25055
commit
6bc1ce6679
6 changed files with 152 additions and 6 deletions
|
@ -31,6 +31,7 @@ func GetSigningClient(key crypto.PrivateKey, keyId string) (*http.Client, error)
|
|||
}
|
||||
|
||||
client := httpsig.NewClient(httpsig.ClientOpts{
|
||||
Tag: "test-tag",
|
||||
KeyID: keyId,
|
||||
Alg: alg,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue