clarify second delegation

This commit is contained in:
Jeff Anderson 2016-12-14 12:45:07 -07:00 committed by GitHub
parent ae9a4cb9cf
commit 7189c506fa
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ 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 other delegation in order for UCP to honor the signed content: 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 ```bash
$ notary delegation add -p <dtr_url>/<account>/<repository> targets/devops --all-paths user1.pem user2.pem $ notary delegation add -p <dtr_url>/<account>/<repository> targets/devops --all-paths user1.pem user2.pem