Skip to content

Commit 95f34fb

Browse files
committed
docs: update steps
1 parent 4a7b3e3 commit 95f34fb

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you haven't already done so, complete the following prerequisites:
1919
- Access the portal visiting [https://console.nginxaas.net/](https://console.nginxaas.net/).
2020
- Log in to the NGINXaaS console with your Google credentials.
2121

22-
### Add an SSL/TLS certificate
22+
### Add an SSL/TLS certificate to NGINXaaS
2323
- Select **Certificates** in the left menu.
2424
- Select {{< icon "plus">}} **Add Certificate**.
2525
- In the **Add Certificate** panel, provide the required information:
@@ -33,10 +33,16 @@ If you haven't already done so, complete the following prerequisites:
3333
{{< /table >}}
3434

3535
- Repeat the same steps to add as many certificates as needed.
36-
- In your configuration, select **Add File** and either choose to use an existing certificate or add a new one.
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.
39-
- Provide the required information:
36+
37+
### Add a certificate to a configuration
38+
39+
- Select **Configurations** in the left menu.
40+
- Select the ellipsis (three dots) next to the configuration you want to edit, and select **Edit**.
41+
- Select **Continue** to open the configuration editor.
42+
- In your configuration, select {{< icon "plus">}} **Add File** and either choose to use an existing certificate or add a new one.
43+
- If you want to add a new certificate, select **New SSL Certificate or CA Bundle** and follo the steps mentioned in [Add an SSL/TLS certificate to NGINXaaS](#add-an-ssltls-certificate-to-nginxaas).
44+
- If you want to use an existing certificate, select **Existing SSL Certificate or CA Bundle** and use the menu to choose a certificate from the list of certificates you have already added.
45+
- Provide the required path information and select {{< icon "plus">}} **Add Item**:
4046

4147
{{< table >}}
4248
| Field | Description | Note |
@@ -45,13 +51,8 @@ If you haven't already done so, complete the following prerequisites:
4551
| 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. |
4652
{{< /table >}}
4753

48-
- Now you can provide an NGINX configuration that references the certificate you just added by the path value.
49-
50-
### Edit an SSL/TLS certificate
51-
52-
53-
### Delete an SSL/TLS certificate
54-
54+
- Update the NGINX configuration to reference the certificate you just added by the path value.
55+
- Select **Continue** and then **Save** to save your changes.
5556

5657
## What's next
5758

0 commit comments

Comments
 (0)