mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Update CertificateType descriptions for clarity
parent
b549fdba51
commit
6da05e19a7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue