File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ container = (
576576)
577577```
578578
579- To enable event signing in the test container , call the ` with_signing_key ` function. This generates an Ed25519 key pair for signing events :
579+ If you want to sign events , call the ` with_signing_key ` function. This generates a new signing and verification key pair inside the container :
580580
581581``` python
582582container = (
@@ -585,7 +585,7 @@ container = (
585585)
586586```
587587
588- When event signing is enabled, you can retrieve the signing key and verification key :
588+ You can retrieve the private key (for signing) and the public key (for verifying signatures) once the container has been started :
589589
590590``` python
591591signing_key = container.get_signing_key()
You can’t perform that action at this time.
0 commit comments