From 0499e9b1215cdcc30e14a7cd1d5624195c45625a Mon Sep 17 00:00:00 2001 From: cruizba Date: Tue, 9 Sep 2025 16:43:14 +0200 Subject: [PATCH] openvidu-deployment: elastic - azure - update default certificate type to 'letsencrypt' --- openvidu-deployment/pro/elastic/azure/createUiDefinition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-deployment/pro/elastic/azure/createUiDefinition.json b/openvidu-deployment/pro/elastic/azure/createUiDefinition.json index 561cf384..72650f9e 100644 --- a/openvidu-deployment/pro/elastic/azure/createUiDefinition.json +++ b/openvidu-deployment/pro/elastic/azure/createUiDefinition.json @@ -47,7 +47,7 @@ "type": "Microsoft.Common.DropDown", "label": "Certificate Type", "subLabel": "", - "defaultValue": "selfsigned", + "defaultValue": "letsencrypt", "toolTip": "[[selfsigned] Not recommended for production use. If you don't have a FQDN (DomainName parameter), you can use this option to generate a self-signed certificate.\n[owncert] Valid for production environments. If you have a FQDN (DomainName parameter) and an Elastic IP, you can use this option to use your own certificate.\n[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. If you don't have a FQDN, Let's Encrypt will use sslip.io to generate a valid certificate.\n", "constraints": { "required": false,