Implement test server

This commit is contained in:
cheddar 2025-02-14 19:41:22 -05:00
parent b223a25055
commit 6bc1ce6679
No known key found for this signature in database
6 changed files with 152 additions and 6 deletions

View file

@ -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,
})