From 40da723bfb2429f025fab277131178d48ef08d4c Mon Sep 17 00:00:00 2001 From: Max Sadrieh Date: Sun, 9 Jun 2019 20:25:52 -0700 Subject: [PATCH] Fixed typo in link to "Secure your Server" page --- .../install-a-chef-server-workstation-on-ubuntu-18-04/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/applications/configuration-management/install-a-chef-server-workstation-on-ubuntu-18-04/index.md b/docs/applications/configuration-management/install-a-chef-server-workstation-on-ubuntu-18-04/index.md index 0a2da35024a..35a9ef709e2 100644 --- a/docs/applications/configuration-management/install-a-chef-server-workstation-on-ubuntu-18-04/index.md +++ b/docs/applications/configuration-management/install-a-chef-server-workstation-on-ubuntu-18-04/index.md @@ -30,7 +30,7 @@ This guide is written for a non-root user. Commands that require elevated privil - Assign a Domain to the Chef server. Ensure your domain has a corresponding domain zone, NS record, and A/AAA record. See the [DNS Manager guide](/docs/platform/manager/dns-manager-new-manager/#add-a-domain-zone) for details. - Ensure your Chef server's hostname is the same as its Domain name. Your Chef server will automatically create SSL certificates based on the Linode's hostname. - Two 2 GB Linodes, each running Ubuntu 18.04. One Linode will host a workstation and the other a node to be managed by Chef. -- The workstation and Chef server should be configured per the [Getting Started](/docs/getting-started/) and [Securing Your Sever](/docs/security/securing-your-server/) guides. Once your node is [bootstrapped](/docs/applications/configuration-management/install-a-chef-server-workstation-on-ubuntu-18-04/#bootstrap-a-node), you can use a Chef cookbook to secure your node. Consider using the [Users](https://supermarket.chef.io/cookbooks/users) cookbook and the [Firewall](https://supermarket.chef.io/cookbooks/firewall) cookbook for this work. +- The workstation and Chef server should be configured per the [Getting Started](/docs/getting-started/) and [Securing Your Server](/docs/security/securing-your-server/) guides. Once your node is [bootstrapped](/docs/applications/configuration-management/install-a-chef-server-workstation-on-ubuntu-18-04/#bootstrap-a-node), you can use a Chef cookbook to secure your node. Consider using the [Users](https://supermarket.chef.io/cookbooks/users) cookbook and the [Firewall](https://supermarket.chef.io/cookbooks/firewall) cookbook for this work. - Ensure that all servers are up-to-date: sudo apt update && sudo apt upgrade