Codebase list python-castellan / c105439
Fix some spelling typo in manual conjuction -> conjunction Change-Id: Ica838e8a8b3185c90f9f08512b65aad5755f687c Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> Zhao Lei 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1515
1616 In addition to the key manager, Castellan also provides primitives for
1717 various types of secrets (for example, asymmetric keys, simple passphrases,
18 and certificates). These primitives are used in conjuction with the key
18 and certificates). These primitives are used in conjunction with the key
1919 manager to create, store, retrieve, and destroy managed secrets.
2020
2121 Another fundamental concept to using Castellan is the context object, most