Browse Source

fix ca name

mix5003 4 years ago
parent
commit
335fd746db

+ 2 - 2
src/react/src/components/WebDomain/Edit/SslSupport/SslSupport.jsx

@@ -56,8 +56,8 @@ const SslSupport = props => {
         title={i18n['SSL Key']} />
         title={i18n['SSL Key']} />
 
 
       <TextArea
       <TextArea
-        id="ssl-key"
-        name="v_ssl_key"
+        id="ssl-ca"
+        name="v_ssl_ca"
         disabled={letsEncrypt}
         disabled={letsEncrypt}
         defaultValue={props.sslCertificateAuthority}
         defaultValue={props.sslCertificateAuthority}
         title={i18n['SSL Certificate Authority / Intermediate']}
         title={i18n['SSL Certificate Authority / Intermediate']}