mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-02-17 01:26:29 +01:00
Clarify authentication key flag
This commit is contained in:
parent
992c878fea
commit
ff198a3413
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ Commonly used key flags include:
|
|||
- **Certification**: enables issuing third-party certifications
|
||||
- **Signing**: allows the key to sign data
|
||||
- **Encryption**: allows the key to encrypt data
|
||||
- **Authentication**: primarily used for OpenPGP authentication
|
||||
- **Authentication**: primarily used for SSH authentication
|
||||
|
||||
```{note}
|
||||
Distinct component keys handle specific operations. Only the primary key can be used for certification, although it can have additional capabilities. Subkeys can be used for signing, encryption, and authentication but cannot have the certification capability. It is considered good practice, however, to [use separate keys for each capability](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#section-10.1.5-7).
|
||||
|
|
Loading…
Reference in a new issue