Skip to content

Commit ec508bc

Browse files
committed
Documenting
1 parent 875d131 commit ec508bc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/keyhandling.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

279280
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.::
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

323324
Adding a JWKS is such a common thing that there is a simpler way to do it::
324325

0 commit comments

Comments
 (0)