Refers to #179 (Cyberghost)

- Fix <crt> -> <cert>
- Fix certificates (ca.crt and client.crt)
This commit is contained in:
Quentin McGaw
2020-07-05 16:20:40 +00:00
parent d228216d1c
commit 7e36fbbd00
2 changed files with 4 additions and 4 deletions

View File

@@ -105,11 +105,11 @@ func (c *cyberghost) BuildConf(connections []models.OpenVPNConnection, verbosity
"</ca>",
}...)
lines = append(lines, []string{
"<crt>",
"<cert>",
"-----BEGIN CERTIFICATE-----",
constants.CyberghostClientCertificate,
"-----END CERTIFICATE-----",
"</crt>",
"</cert>",
}...)
lines = append(lines, []string{
"<key>",