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:
274274 >>> len (key_jar.get_issuer_keys(' ' ))
275275 3
276276
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.
278279
279280You 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.::
281282
282283 >>> from cryptojwt.key_jar import build_keyjar
283284 >>> import os
@@ -317,8 +318,8 @@ The last line can also be expressed as::
317318
318319 >>> keyjar[''] = kb
319320
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.
322323
323324Adding a JWKS is such a common thing that there is a simpler way to do it::
324325
You can’t perform that action at this time.
0 commit comments