mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
fix ca name
This commit is contained in:
parent
43a6fc23ef
commit
335fd746db
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ const SslSupport = props => {
|
||||||
title={i18n['SSL Key']} />
|
title={i18n['SSL Key']} />
|
||||||
|
|
||||||
<TextArea
|
<TextArea
|
||||||
id="ssl-key"
|
id="ssl-ca"
|
||||||
name="v_ssl_key"
|
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']}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue