settings - add underscore to CUSTOM_HTTPS_CERT/KEY regex

This commit is contained in:
bunkerity
2021-06-11 11:08:35 +02:00
parent dd5890e760
commit 95510e6e1d

View File

@@ -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"
},
{