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
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 2 additions and 2 deletions

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