Refers to #179 (Cyberghost)
- Fix <crt> -> <cert> - Fix certificates (ca.crt and client.crt)
This commit is contained in:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user