Skip to content

Commit

Permalink
add comment re. hardcoded cert
Browse files Browse the repository at this point in the history
  • Loading branch information
natevw committed Feb 20, 2015
1 parent 6be14e0 commit f49d968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/colony/modules/_net_proxied.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var _PROXY_DBG = ('_PROXY_DBG' in process.env) || false,
PROXY_LOCAL = process.env.PROXY_LOCAL || _PROXY_LOCAL,
PROXY_IDLE = +process.env.PROXY_IDLE || 90e3,
PROXY_CERT = process.env.PROXY_CERT || [
// this is proxy.tessel.io's cert (self-hosters provide their own)
"-----BEGIN CERTIFICATE-----",
"MIICazCCAdQCCQDr2mJoysZo9DANBgkqhkiG9w0BAQUFADB6MQswCQYDVQQGEwJV",
"UzELMAkGA1UECBMCQ0ExETAPBgNVBAcTCEJlcmtlbGV5MQ8wDQYDVQQKEwZUZXNz",
Expand Down

0 comments on commit f49d968

Please sign in to comment.