We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62eb725 commit b85cd1bCopy full SHA for b85cd1b
content/includes/nginx-one/add-file/new-ssl-bundle.md
@@ -20,13 +20,12 @@ Select **Save and Continue**. You're taken to another screen where you can speci
20
21
- **Certificate File Path**
22
- Enter the full path to your certificate, such as
23
- - /etc/ssl/nginx/server.crt
24
- - /etc/ssl/nginx/server.pem
+ - /etc/nginx/server.crt
+ - /etc/nginx/server.pem
25
26
- **Key File Path**
27
- Enter the full path to your certificate key, such as
28
- - /etc/ssl/nginx/server.key
29
- - If you're using a `.pem` file, you won't have a separate key.
+ - /etc/nginx/server.key
30
31
With the **Add Item** button, you can add the file to additional directories.
32
0 commit comments