From 8eff5e13a5a54a1b2137a2e0855f7a7766c6ae00 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Thu, 18 Apr 2024 13:43:28 -0500 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ee0631..a62eb1c 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Clone this repository to a directory on your machine sudo mkdir /etc/nginx/certs -1. Copy the certificate to the directory +1. Move the certificate to the certificates directory - sudo cp dgfprototype.*.pem /etc/nginx/certs/ + sudo mv dgfprototype.*.pem /etc/nginx/certs/ 1. Add the following to the `http` section of `/etc/nginx/nginx.conf`