mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 20:38:18 +00:00
better words
This commit is contained in:
parent
a0a39d3561
commit
4450a7a4b2
@ -72,7 +72,11 @@ class GridManagerVerifier(SyncTestCase):
|
||||
|
||||
def test_sign_cert(self):
|
||||
"""
|
||||
Add a storage-server and sign a certificate for it
|
||||
For a storage server previously added to a grid manager,
|
||||
_GridManager.sign returns a dict with "certificate" and
|
||||
"signature" properties where the value of "signature" gives
|
||||
the ed25519 signature (using the grid manager's private key of
|
||||
the value) of "certificate".
|
||||
"""
|
||||
priv, pub = ed25519.create_signing_keypair()
|
||||
self.gm.add_storage_server("test", pub)
|
||||
|
Loading…
Reference in New Issue
Block a user