Docs: review docs/advanced_usage.md

Signed-off-by: Hu Keping <hukeping@huawei.com>
This commit is contained in:
HuKeping 2016-04-25 10:39:38 -04:00
parent 04ba393efb
commit 6dc80bde93
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ snapshot key to push their updates to the collection.
Note that new collections created by a Docker 1.11 Engine client will have the server manage the snapshot key by default. Note that new collections created by a Docker 1.11 Engine client will have the server manage the snapshot key by default.
To reclaim control of the snapshot key on the client, use the `notary key rotate` command without the `-r` flag. To reclaim control of the snapshot key on the client, use the `notary key rotate` command without the `-r` flag.
The targets key must be locally managed - to rotate the targets key, for instance in case of compromise, use the `notary key rotate targets` command without the `-r` flag.s The targets key must be locally managed - to rotate the targets key, for instance in case of compromise, use the `notary key rotate targets` command without the `-r` flag.
### Use a Yubikey ### Use a Yubikey
@ -249,7 +249,7 @@ When adding the delegation, the `--all-paths` flag should be used to allow signi
# Files and state on disk # Files and state on disk
Notary stores state in its `trust_dir` directory, which is `~/.notary` by Notary stores state in its `trust_dir` directory, which is `~/.notary` by
default or usually `~/.docker/trust` when enabling content trust. Within this default or usually `~/.docker/trust` when enabling docker content trust. Within this
directory, `trusted_certificates` stores certificates for bootstrapping trust in directory, `trusted_certificates` stores certificates for bootstrapping trust in
a collection, `tuf` stores TUF metadata and changelists to be applied to a GUN, a collection, `tuf` stores TUF metadata and changelists to be applied to a GUN,
and `private` stores private keys. and `private` stores private keys.