diff --git a/settings.json b/settings.json index 794d9d6..f7b0ab8 100644 --- a/settings.json +++ b/settings.json @@ -579,7 +579,7 @@ "env": "CUSTOM_HTTPS_CERT", "id": "custom-https-cert", "label": "Custom TLS certificate path", - "regex": "^[A-Za-z\\.0-9\\/\\-]*$", + "regex": "^[A-Za-z\\.0-9\\/\\-\\_]*$", "type": "text" }, { @@ -588,7 +588,7 @@ "env": "CUSTOM_HTTPS_KEY", "id": "custom-https-key", "label": "Custom TLS certificate key", - "regex": "^[A-Za-z\\.0-9\\/\\-]*$", + "regex": "^[A-Za-z\\.0-9\\/\\-\\_]*$", "type": "text" }, {