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
- The SSL certificate will be named 'chef-server.crt' by default
- Disabled non SSH traffic (HTTP requests to SSL port will fail)
- Moved all the Chef configuration commands out of 'run.sh'
**Note:** By default `chef-server-ctl reconfigure` will create SSL certificates based on the container's FQDN (i.e "103d6875c1c5" which is its "CONTAINER ID"), I have changed that behiavior to always have a SSL certificate file named "chef-server.crt". You can change the certificate name by adding `-e CONTAINER_NAME=new_name` to the `docker run` command. Remember to reflect that change in config.rb!
25
+
26
+
'chef-server' or $CONTAINER_NAME **need to be resolvable by hostname!**
27
+
28
+
## Setup knife
29
+
24
30
Once Chef Server 12 is configured, you can download the Knife admin keys here:
0 commit comments