clarify appropriate use for TSKs per Heiko discussion

This commit is contained in:
Tammi L. Coles 2023-12-02 18:09:23 +00:00
parent 5be8479402
commit edbea315ab

View file

@ -53,7 +53,7 @@ The TSK format is particularly useful for backups of OpenPGP key material or tra
Transferable secret keys are sometimes colloquially referred to as "OpenPGP private keys."
```
Historically, the concept of TSKs, which combine all elements of an OpenPGP certificate with the associated private key material, has sometimes been conflated with OpenPGP private key operations. However, it is more accurate to view TSKs as a specialized format for storage and transport, rather than as a data structure for use in a keystore. For further details, see {ref}`key-store-design`.
Historically, the concept of TSKs, which combine all elements of an OpenPGP certificate with the associated private key material, has sometimes been conflated with OpenPGP private key operations. However, TSKs are primarily a format for storage and transport; it is generally considered inappropriate as a data structure for use in a private keystore. For further details, see {ref}`key-store-design`.
(encrypted_secrets)=
## Protecting keys with passphrases