File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
content/nginxaas-google/getting-started/ssl-tls-certificates Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,27 @@ This document provides details about using SSL/TLS certificates with your F5 NGI
1414
1515## Supported certificate types and formats
1616
17+ NGINXaaS supports certificates of the following types:
1718
19+ - Self-signed
20+ - Domain Validated (DV)
21+ - Organization Validated (OV)
22+ - Extended Validation (EV)
1823
19- ## Add SSL/TLS certificates
20-
21-
22-
23- ### Add SSL/TLS certificates bundled with NGINXaaS configuration
24+ NGINX supports the following certificate formats:
2425
26+ - PEM format certificates.
2527
28+ NGINXaaS allows you to upload these certificates as text and as files.
2629
27- ## Certificate rotation
30+ Encrypt your certificates, keys, and PEM files using one of these standards:
2831
32+ - RSA
33+ - ECC/ECDSA
2934
3035
31- ## Monitor certificates
32-
33-
36+ ## Add SSL/TLS certificates
3437
35- ## Common certificate errors
38+ Add a certificate to your NGINXaaS deployment using your preferred client tool:
39+ * [ Add certificates using the NGINXaaS Console] ({{< ref "/nginxaas-google/getting-started/ssl-tls-certificates/ssl-tls-certificates-portal.md" >}})
3640
You can’t perform that action at this time.
0 commit comments