You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nginxaas-google/getting-started/ssl-tls-certificates/ssl-tls-certificates-portal.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ If you haven't already done so, complete the following prerequisites:
19
19
- Access the portal visiting [https://console.nginxaas.net/](https://console.nginxaas.net/).
20
20
- Log in to the NGINXaaS console with your Google credentials.
21
21
22
-
### Add an SSL/TLS certificate
22
+
### Add an SSL/TLS certificate to NGINXaaS
23
23
- Select **Certificates** in the left menu.
24
24
- Select {{< icon "plus">}} **Add Certificate**.
25
25
- In the **Add Certificate** panel, provide the required information:
@@ -33,10 +33,16 @@ If you haven't already done so, complete the following prerequisites:
33
33
{{< /table >}}
34
34
35
35
- 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**:
40
46
41
47
{{< table >}}
42
48
| Field | Description | Note |
@@ -45,13 +51,8 @@ If you haven't already done so, complete the following prerequisites:
45
51
| 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. |
46
52
{{< /table >}}
47
53
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.
0 commit comments