Skip to content

Commit

Permalink
Fingerprint update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilenko committed Jun 28, 2016
1 parent 0e3376f commit bd38295
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/figo.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ var FigoError = require("./errors").FigoError;
//
var Config = {
// figo Connect server hostname.
api_endpoint: "api.figo.me",
api_endpoint: "api.figo.me",

// figo Connect SSL/TLS certificate fingerprints.
valid_fingerprints: ["38:AE:4A:32:6F:16:EA:15:81:33:8B:B0:D8:E4:A6:35:E7:27:F1:07"]
// figo Connect TLS certificate fingerprints.
valid_fingerprints: [ "38:AE:4A:32:6F:16:EA:15:81:33:8B:B0:D8:E4:A6:35:E7:27:F1:07",
"DB:E2:E9:15:8F:C9:90:30:84:FE:36:CA:A6:11:38:D8:5A:20:5D:93" ],
};


Expand Down

0 comments on commit bd38295

Please sign in to comment.