summaryrefslogtreecommitdiff
path: root/standalone/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/main.go')
-rw-r--r--standalone/main.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/standalone/main.go b/standalone/main.go
index 357d53f..8f697c0 100644
--- a/standalone/main.go
+++ b/standalone/main.go
@@ -50,15 +50,6 @@ func Init() (*Bitmask, error) {
if err != nil {
return nil, err
}
-
- cert, err := b.bonafide.getCertPem()
- if err != nil {
- return nil, err
- }
- err = ioutil.WriteFile(b.getCertPemPath(), cert, 0600)
- if err != nil {
- return nil, err
- }
err = ioutil.WriteFile(b.getCaCertPath(), caCert, 0600)
go b.openvpnManagement()