openvidu-deployment: single node - Clarify CertificateType descriptions for better understanding

master
cruizba 2025-09-07 01:19:37 +02:00
parent 6da05e19a7
commit 88b8ac1e9e
1 changed files with 3 additions and 5 deletions

View File

@ -5,11 +5,9 @@ Parameters:
CertificateType:
Description: |
[selfsigned] Not recommended for production use. Just for testing purposes or development environments.
[owncert] Valid for productions environments. If you don't have a FQDN, sslip.io will be used.
and an Elastic IP, you can use this option to use your own certificate.
[letsencrypt] Valid for production environments. If you have a FQDN, (DomainName parameter)
and an Elastic IP, you can use this option to generate a Let's Encrypt certificate.
[selfsigned] Not recommended for production use. Just for testing purposes or development environments. You don't need a FQDN to use this option.
[owncert] Valid for production environments. Use your own certificate. You need a FQDN to use this option.
[letsencrypt] Valid for production environments. Can be used with or without a FQDN (if no FQDN is provided, a random sslip.io domain will be used).
Type: String
AllowedValues:
- selfsigned