From d710fdf6184a0ede07706ba831ec871ba589f00e Mon Sep 17 00:00:00 2001 From: ringe <runar@rin.no> Date: Tue, 6 Mar 2012 22:49:18 +0100 Subject: [PATCH] Update docs/PRIMARY_PROTOCOL.md --- docs/PRIMARY_PROTOCOL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/PRIMARY_PROTOCOL.md b/docs/PRIMARY_PROTOCOL.md index 6e58aa41b..c0d31fbdf 100644 --- a/docs/PRIMARY_PROTOCOL.md +++ b/docs/PRIMARY_PROTOCOL.md @@ -285,7 +285,8 @@ authentication page should include a javascript shim, hosted at: ### 6.1 Public Key Format -XXX: write me or point to another document +BrowserID public keys make use of Cryptographic Algorithms for JWS as [listed here](http://self-issued.info/docs/draft-ietf-jose-json-web-algorithms-00.html#SigningAlgs). +The private/public key pair can be generated using OpenSSL. ### 6.2 Certificate Format -- GitLab