Skip to content

Commit 4a7b3e3

Browse files
committed
docs: refinement
1 parent b6bbdf7 commit 4a7b3e3

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

content/nginxaas-google/getting-started/ssl-tls-certificates/ssl-tls-certificates-portal.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you haven't already done so, complete the following prerequisites:
2222
### Add an SSL/TLS certificate
2323
- Select **Certificates** in the left menu.
2424
- Select {{< icon "plus">}} **Add Certificate**.
25-
- In the **Add Certificate** window, provide the required information:
25+
- In the **Add Certificate** panel, provide the required information:
2626

2727
{{< table >}}
2828
| Field | Description |
@@ -34,17 +34,15 @@ If you haven't already done so, complete the following prerequisites:
3434

3535
- Repeat the same steps to add as many certificates as needed.
3636
- In your configuration, select **Add File** and either choose to use an existing certificate or add a new one.
37-
- If you choose to add a new certificate, select **New SSL Certificate or CA Bundle** and follow the steps above.
38-
- If you choose to use an existing certificate, select **Existing SSL Certificate or CA Bundle** and choose the certificate you want to use.
37+
- If you want to add a new certificate, select **New SSL Certificate or CA Bundle** and follow the steps above.
38+
- If you want to use an existing certificate, select **Existing SSL Certificate or CA Bundle** and choose the certificate you want to use.
3939
- Provide the required information:
4040

4141
{{< table >}}
42-
| Field | Description |
43-
|---------------------------- | ---------------------------- |
44-
| Certificate File Path | This path can match one or more ssl_certificate directive file arguments in your NGINX configuration.
45-
The certificate path must be unique within the same deployment. |
46-
| Key File Path | This path can match one or more ssl_certificate_key directive file arguments in your NGINX configuration.
47-
The key path must be unique within the same deployment.|
42+
| Field | Description | Note |
43+
|---------------------------- | ---------------------------- | ---- |
44+
| Certificate File Path | This path can match one or more ssl_certificate directive file arguments in your NGINX configuration. | The certificate path must be unique within the same deployment. |
45+
| Key File Path | This path can match one or more ssl_certificate_key directive file arguments in your NGINX configuration. | The key path must be unique within the same deployment. |
4846
{{< /table >}}
4947

5048
- Now you can provide an NGINX configuration that references the certificate you just added by the path value.

0 commit comments

Comments
 (0)