Skip to content

Commit 52a086c

Browse files
authored
Merge pull request #229 from nginx/internal/nginxaas-certs
docs: Add certificate doc for NGINXaaS for Google
2 parents 352e35c + e735f93 commit 52a086c

File tree

1 file changed

+36
-8
lines changed

1 file changed

+36
-8
lines changed

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

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,42 @@ 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
23-
24-
25-
### Edit an SSL/TLS certificate
26-
27-
28-
### Delete an SSL/TLS certificate
29-
22+
## Add an SSL/TLS certificate to NGINXaaS
23+
- Select **Certificates** in the left menu.
24+
- Select {{< icon "plus">}} **Add Certificate**.
25+
- In the **Add Certificate** panel, provide the required information:
26+
27+
{{< table >}}
28+
| Field | Description |
29+
|---------------------------- | ---------------------------- |
30+
| Name | A unique name for the certificate. |
31+
| Type | Select the type of certificate you are adding. SSL certificate and key, or CA certificate bundle. |
32+
| Certificate Import Options | Choose how you want to import the certificate. Enter the certificate text or upload a file. |
33+
{{< /table >}}
34+
35+
- Repeat the same steps to add as many certificates as needed.
36+
37+
### Use a certificate in an NGINX configuration
38+
39+
To use a certificate in an NGINX configuration, follow these steps:
40+
41+
- Select **Configurations** in the left menu.
42+
- Select the ellipsis (three dots) next to the configuration you want to edit, and select **Edit**.
43+
- Select **Continue** to open the configuration editor.
44+
- In your configuration, select {{< icon "plus">}} **Add File** and either choose to use an existing certificate or add a new one.
45+
- 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).
46+
- 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.
47+
- Provide the required path information:
48+
49+
{{< table >}}
50+
| Field | Description | Note |
51+
|---------------------------- | ---------------------------- | ---- |
52+
| 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. |
53+
| 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. |
54+
{{< /table >}}
55+
56+
- Update the NGINX configuration to reference the certificate you just added by the path value.
57+
- Select **Continue** and then **Save** to save your changes.
3058

3159
## What's next
3260

0 commit comments

Comments
 (0)