# Overview Type of document: Reference Product: NGINXaaS for AWS > Reference for supported SSL/TLS certificate types and how to add them to an F5 NGINXaaS for AWS deployment. --- Use F5 NGINXaaS for AWS to secure traffic by adding SSL/TLS certificates to a deployment. ## Supported certificate types and formats NGINX supports the following certificate formats: - PEM format certificates. You can upload these certificates as text, as files, or as secrets from [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html). Encrypt your certificates, keys, and PEM files using one of these algorithms: - RSA - ECC/ECDSA ## Add SSL/TLS certificates NGINXaaS for AWS supports two ways to manage your certificates and keys securely: **NGINXaaS console**: Manage certificates alongside the NGINX configurations that reference them. See [Add certificates using the NGINXaaS Console](/nginxaas/aws/deploy/ssl-tls-certificates/ssl-tls-certificates-console.md). **AWS Secrets Manager**: Fetch secrets directly from [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html), keeping credentials within AWS. See [Add certificates from AWS Secrets Manager](/nginxaas/aws/deploy/ssl-tls-certificates/ssl-tls-certificates-secrets-manager.md). ## Certificate rotation NGINXaaS for AWS supports automatic and manual rotation for AWS Secrets Manager certificates: **Automatic rotation**: Let NGINXaaS for AWS pick up new certificate versions automatically with no configuration changes needed. See [Rotate an AWS Secrets Manager certificate (automatic)](/nginxaas/aws/deploy/ssl-tls-certificates/ssl-tls-certificates-secrets-manager.md#rotate-an-aws-secrets-manager-certificate-automatic). **Manual rotation**: When you need to update certificates immediately, use **Reapply Configuration** in the console to refetch secrets right away. See [Rotate an AWS Secrets Manager certificate (manual)](/nginxaas/aws/deploy/ssl-tls-certificates/ssl-tls-certificates-secrets-manager.md#rotate-an-aws-secrets-manager-certificate-manual).