Skip to content

Commit cb2ec07

Browse files
committed
Changed known value 'verifiedBy' to 'signed'
1 parent dcabb55 commit cb2ec07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MANUAL.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ This results in:
620620
```
621621
ENCRYPTED [
622622
'note': "This is encrypted with the July 2, 2024 sym key created on erzo."
623-
'verifiedBy': Signature
623+
'signed': Signature
624624
]
625625
```
626626
Again, remember that every assertion (which, yes, also includes a signature) is applied to a subject, so in this example, the signing key is applied to the Encrypted envelope of the seed. Which might be what you want.
@@ -642,7 +642,7 @@ $ echo $SIGNED_SEED | envelope format
642642
'note': "This is encrypted with the July 2, 2024 sym key created on erzo."
643643
]
644644
} [
645-
'verifiedBy': Signature
645+
'signed': Signature
646646
]
647647
```
648648
Once signed with a private key, an Envelope's signature can be verified with the corresponding public key:
@@ -710,7 +710,7 @@ ENCRYPTED [
710710
'conformsTo': "https://joe-bob-s.com/cheap-attachments.html"
711711
'vendor': "com.joe-bob-s"
712712
]
713-
'verifiedBy': Signature
713+
'signed': Signature
714714
]
715715
```
716716

0 commit comments

Comments
 (0)