Skip to content
Snippets Groups Projects
Commit dec45f49 authored by benjamin's avatar benjamin
Browse files

made gatewasy in js mode return the cert

parent 657f0d68
No related branches found
No related tags found
1 merge request!510Release
......@@ -23,6 +23,6 @@ func getConnectionInfo(gwId *id.ID, gwAddr, certificate string) (addr string, ce
return "", nil, err
}
addr = gwUrl + ":" + gwPort
cert = nil
cert = []byte(certificate)
return addr, cert, nil
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment