You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update trust_key_mng.md
* Update trust_key_mng.md
I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown.
Now I've deleted some redundant whitespace.
* Update
I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown.
Now I've deleted some redundant whitespace.
| root key | Root of content trust for an image tag. When content trust is enabled, you create the root key once. Also known as the offline key, because it should be kept offline. |
13
-
| targets | This key allows you to sign image tags, to manage delegations including delegated keys or permitted delegation paths. Also known as the repository key, since this key determines what tags can be signed into an image repository. |
14
-
| snapshot | This key signs the current collection of image tags, preventing mix and match attacks.
15
-
| timestamp | This key allows Docker image repositories to have freshness security guarantees without requiring periodic content refreshes on the client's side. |
16
-
| delegation | Delegation keys are optional tagging keys and allow you to delegate signing image tags to other publishers without having to share your targets key. |
10
+
| Key | Description |
11
+
|:-----------|:-----------|
12
+
| root key | Root of content trust for an image tag. When content trust is enabled, you create the root key once. Also known as the offline key, because it should be kept offline. |
13
+
| targets | This key allows you to sign image tags, to manage delegations including delegated keys or permitted delegation paths. Also known as the repository key, since this key determines what tags can be signed into an image repository. |
14
+
| snapshot | This key signs the current collection of image tags, preventing mix and match attacks.|
15
+
| timestamp | This key allows Docker image repositories to have freshness security guarantees without requiring periodic content refreshes on the client's side. |
16
+
| delegation | Delegation keys are optional tagging keys and allow you to delegate signing image tags to other publishers without having to share your targets key. |
17
17
18
18
When doing a `docker push` with Content Trust enabled for the first time, the
19
19
root, targets, snapshot, and timestamp keys are generated automatically for
@@ -37,9 +37,9 @@ repositories created with newer versions of Docker.
37
37
## Choosing a passphrase
38
38
39
39
The passphrases you chose for both the root key and your repository key should
40
-
be randomly generated and stored in a password manager. Having the repository key
40
+
be randomly generated and stored in a password manager. Having the repository key
41
41
allows users to sign image tags on a repository. Passphrases are used to encrypt
42
-
your keys at rest and ensures that a lost laptop or an unintended backup doesn't
42
+
your keys at rest and ensure that a lost laptop or an unintended backup doesn't
0 commit comments