chore(settings): OpenVPN ClientCrt -> Cert

This commit is contained in:
Quentin McGaw
2022-08-13 18:59:07 +00:00
parent 5986432a22
commit 8db2944749
5 changed files with 15 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ func (r *Reader) readOpenVPN() (
openVPN.Auth = &auth
}
openVPN.ClientCrt, err = readBase64OrNil("OPENVPN_CERT")
openVPN.Cert, err = readBase64OrNil("OPENVPN_CERT")
if err != nil {
return openVPN, fmt.Errorf("environment variable OPENVPN_CERT: %w", err)
}