Rewrap some lines

This commit is contained in:
Axon 2016-03-14 08:12:54 +00:00
parent c5673a5597
commit c489f1db03
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -263,21 +263,17 @@ In this example, the following keys are stored in the following locations
* `vault` * `vault`
This is a network-isolated VM. The initial master keypair and This is a network-isolated VM. The initial master keypair and subkeys are
subkeys are generated in this VM. The master secret key *never* generated in this VM. The master secret key *never* leaves this VM under
leaves this VM under *any* circumstances. No files or text is *ever* *any* circumstances. No files or text is *ever* [copied] or [pasted] into
[copied] or this VM under *any* circumstances.
[pasted] into this VM under *any*
circumstances.
* `work-gpg` * `work-gpg`
This is a network-isolated VM. This VM is used *only* as the This is a network-isolated VM. This VM is used *only* as the GPG backend for
GPG backend for `work-email`. The secret subkeys (but *not* `work-email`. The secret subkeys (but *not* the master secret key) are
the master secret key) are [copied] from the [copied] from the `vault` VM to this VM. Files from less trusted VMs are
`vault` VM to this VM. Files from less trusted VMs are *never* *never* [copied] into this VM under *any* circumstances.
[copied] into this
VM under *any* circumstances.
* `work-email` * `work-email`