mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -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']} />
|
||||
|
||||
<TextArea
|
||||
id="ssl-key"
|
||||
name="v_ssl_key"
|
||||
id="ssl-ca"
|
||||
name="v_ssl_ca"
|
||||
disabled={letsEncrypt}
|
||||
defaultValue={props.sslCertificateAuthority}
|
||||
title={i18n['SSL Certificate Authority / Intermediate']}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue