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

@@ -32,7 +32,7 @@ func readOpenVPN() (
return settings, fmt.Errorf("cannot read client key file: %w", err)
}
settings.ClientCrt, err = readSecretFileAsStringPtr(
settings.Cert, err = readSecretFileAsStringPtr(
"OPENVPN_CLIENTCRT_SECRETFILE",
"/run/secrets/openvpn_clientcrt",
)