mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
Rename ch6 to reflect #30
This commit is contained in:
parent
c494d60176
commit
a9f14e54e9
2 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@ With OpenPGP it's possible to:
|
|||
|
||||
- [Encrypt](encryption_chapter) and [Decrypt](decryption_chapter) Messages
|
||||
- [Sign](signing_data) and [Verify](verification_chapter) Data
|
||||
- [Issue and examine Statements](signatures_chapter) about Keys and Identities (to perform CA-like functionality)
|
||||
- [Issue and examine Statements](certifications_chapter) about Keys and Identities (to perform CA-like functionality)
|
||||
|
||||
### Building blocks
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
(signatures_chapter)=
|
||||
(certifications_chapter)=
|
||||
|
||||
# Signatures as "statements"
|
||||
# Certification signatures
|
||||
|
||||
Signatures make up the magic of OpenPGP.
|
||||
They act as the syntax that allows forming and interpreting complex statements about data and identities.
|
Loading…
Reference in a new issue