Skip to content

Commit 8b39db3

Browse files
committed
Update README.md
1 parent c810e57 commit 8b39db3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ For the CLI to work, you need:
152152
export CHEF_ORG="typesafe-scala"
153153
```
154154

155-
Then, you can download your credentials from https://manage.chef.io/organizations/typesafe-scala. Put them in the right spot so you can use knife without further config (see `.chef/knife.rb` in this repo):
156-
- user key (to `.chef/config/$USER.pem`)
157-
- org validation key (to `.chef/config/$CHEF_ORG-validator.pem`)
155+
You can then generate and download your private key on https://www.chef.io/account/password. Put it to `.chef/config/$USER.pem`, then you can use knife without further config. See `.chef/knife.rb` for key locations.
156+
157+
Obtain the organization validation key from Adriaan and put it to `.chef/config/$CHEF_ORG-validator.pem`. (Q: When is this key used exactly? https://docs.chef.io/chef_private_keys.html says it's when a new node runs `chef-client` for the first time.)
158158

159159
## Get cookbooks
160160

0 commit comments

Comments
 (0)