File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -274,10 +274,11 @@ Creating a key jar with your own newly minted keys you would do:
274
274
>>> len (key_jar.get_issuer_keys(' ' ))
275
275
3
276
276
277
- **Note* that the default issuer ID is the empty string ''.
277
+ **Note ** that the default issuer ID is the empty string ''.
278
+ **Note ** also that different RSA keys are minted for signing and for encryption.
278
279
279
280
You can also use :py:func: `cryptojwt.keyjar.init_key_jar ` which will
280
- load keys from disc if they are there and if not mint new.
281
+ load keys from disc if they are there and if not mint new.::
281
282
282
283
>>> from cryptojwt.key_jar import build_keyjar
283
284
>>> import os
@@ -317,8 +318,8 @@ The last line can also be expressed as::
317
318
318
319
>>> keyjar[''] = kb
319
320
320
- **Note ** both variants, adds a key bundle to the list of key bundles that
321
- belongs to '' it does not overwrite anything that was already there.
321
+ **Note ** both variants adds a key bundle to the list of key bundles that
322
+ belongs to '', it does not overwrite anything that was already there.
322
323
323
324
Adding a JWKS is such a common thing that there is a simpler way to do it::
324
325
You can’t perform that action at this time.
0 commit comments