668
edits
| Line 68: | Line 68: | ||
{host: "intermediate.example.com"} | {host: "intermediate.example.com"} | ||
A complete JWT cert example: | |||
{ | |||
iss: "example.com", | |||
exp: "1313971280961", | |||
public-key: { | |||
alg: "RS256", | |||
}, | |||
principal: { | |||
email: "john@example.com" | |||
} | |||
} | |||
JOSE currently does not specify a certificate format. If it eventually does, we will consider moving to it. | JOSE currently does not specify a certificate format. If it eventually does, we will consider moving to it. | ||
edits