mirror of
https://github.com/docker/docs.git
synced 2026-04-05 02:38:52 +07:00
Merge pull request #885 from programmerq/patch-2
you must add a second delegation
This commit is contained in:
@@ -160,6 +160,12 @@ trusted repository.
|
||||
Valid delegation roles take the form of `targets/<delegation>`, where
|
||||
`<delegation>` does not include further slashes.
|
||||
|
||||
You will need to add the key to at least one delegation in addition to the `targets/releases` delegation in order for UCP to honor the signed content:
|
||||
|
||||
```bash
|
||||
$ notary delegation add -p <dtr_url>/<account>/<repository> targets/devops --all-paths user1.pem user2.pem
|
||||
```
|
||||
|
||||
Before delegation role users can publish signed content with Notary or
|
||||
Docker Content Trust, they must import the private key associated with the user certificate:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user