diff options
Diffstat (limited to 'docs/left-right-protocol')
-rw-r--r-- | docs/left-right-protocol | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/left-right-protocol b/docs/left-right-protocol index 1023331d..22770575 100644 --- a/docs/left-right-protocol +++ b/docs/left-right-protocol @@ -105,7 +105,8 @@ ;; what kind of key in addition to length? (create-biz-signing-context :cust-id 42 - &optional ; If left off, default to, um, 2048 bits? + &optional + :key-type :rsa :key-length 2048) => (biz-signing-context-id pkcs10-cert-request) |