瀏覽代碼

fix ca name

mix5003 4 年之前
父節點
當前提交
335fd746db
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/react/src/components/WebDomain/Edit/SslSupport/SslSupport.jsx

+ 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']}