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
| 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.
| 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.
0 commit comments