mirror of https://github.com/docker/docs.git
Merge pull request #885 from programmerq/patch-2
you must add a second delegation
This commit is contained in:
commit
ee59978f9c
|
|
@ -160,6 +160,12 @@ trusted repository.
|
||||||
Valid delegation roles take the form of `targets/<delegation>`, where
|
Valid delegation roles take the form of `targets/<delegation>`, where
|
||||||
`<delegation>` does not include further slashes.
|
`<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
|
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:
|
Docker Content Trust, they must import the private key associated with the user certificate:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue