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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -152,9 +152,9 @@ For the CLI to work, you need:
152
152
export CHEF_ORG="typesafe-scala"
153
153
```
154
154
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):
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.)
0 commit comments