diff options
Diffstat (limited to 'web/html/form/tls_settings.html')
| -rw-r--r-- | web/html/form/tls_settings.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/form/tls_settings.html b/web/html/form/tls_settings.html index 3723130e..c14c4831 100644 --- a/web/html/form/tls_settings.html +++ b/web/html/form/tls_settings.html @@ -57,8 +57,8 @@ <a-form-item label="Session Resumption"> <a-switch v-model="inbound.stream.tls.enableSessionResumption"></a-switch> </a-form-item> - <a-form-item label="VerifyPeerCertInNames"> - <a-input v-model.trim="inbound.stream.tls.verifyPeerCertInNames"></a-input> + <a-form-item label="verifyPeerCertByName"> + <a-input v-model.trim="inbound.stream.tls.verifyPeerCertByName"></a-input> </a-form-item> <a-divider :style="{ margin: '3px 0' }"></a-divider> <template v-for="cert,index in inbound.stream.tls.certs"> |
