diff --git a/courses/user/10.md b/courses/user/10.md index 591d2f1ce..e1593197b 100644 --- a/courses/user/10.md +++ b/courses/user/10.md @@ -26,7 +26,7 @@ Just like we saw some requirements for running an InSpec scan, there are also so In your Codespace terminal from your main workspace directory, run the following commands: ```sh -source ./hardening-nginx-setup.sh +source ./install-nginxHardeningTools.sh ``` This command will make sure that the NGINX docker container has the required software dependencies such as Python to run the Ansible hardening content. This script also downloads the hardening content locally. Unlike the InSpec scan, we will run the hardening content from a local folder rather than from GitHub. Therefore, you should see the `ansible-nginx-stigready-hardening` folder in your files when the script completes.