settings - add underscore to CUSTOM_HTTPS_CERT/KEY regex
This commit is contained in:
parent
dd5890e760
commit
95510e6e1d
@ -579,7 +579,7 @@
|
|||||||
"env": "CUSTOM_HTTPS_CERT",
|
"env": "CUSTOM_HTTPS_CERT",
|
||||||
"id": "custom-https-cert",
|
"id": "custom-https-cert",
|
||||||
"label": "Custom TLS certificate path",
|
"label": "Custom TLS certificate path",
|
||||||
"regex": "^[A-Za-z\\.0-9\\/\\-]*$",
|
"regex": "^[A-Za-z\\.0-9\\/\\-\\_]*$",
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -588,7 +588,7 @@
|
|||||||
"env": "CUSTOM_HTTPS_KEY",
|
"env": "CUSTOM_HTTPS_KEY",
|
||||||
"id": "custom-https-key",
|
"id": "custom-https-key",
|
||||||
"label": "Custom TLS certificate key",
|
"label": "Custom TLS certificate key",
|
||||||
"regex": "^[A-Za-z\\.0-9\\/\\-]*$",
|
"regex": "^[A-Za-z\\.0-9\\/\\-\\_]*$",
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user