diff options
author | Ruben Pollan <meskio@sindominio.net> | 2017-12-05 11:55:02 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-12-07 17:05:40 +0100 |
commit | ce5cd2d49dac5f89deb0c10dee96160656fe2055 (patch) | |
tree | 05544cbb2abd412592ba33d64c3afb579cf7369c /src/leap/bitmask/bonafide/providers/riseup.net.json | |
parent | 34fa8f02be2c7a6e7f9969c12a8ae1af61964c11 (diff) |
[feat] add provider pinning
Pin the provider.json and the ca cert for the public providers.
- Resolves: #9074
Diffstat (limited to 'src/leap/bitmask/bonafide/providers/riseup.net.json')
-rw-r--r-- | src/leap/bitmask/bonafide/providers/riseup.net.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/leap/bitmask/bonafide/providers/riseup.net.json b/src/leap/bitmask/bonafide/providers/riseup.net.json new file mode 100644 index 00000000..bad3805b --- /dev/null +++ b/src/leap/bitmask/bonafide/providers/riseup.net.json @@ -0,0 +1,37 @@ +{ + "api_uri": "https://api.black.riseup.net:443", + "api_version": "1", + "ca_cert_fingerprint": "SHA256: a5244308a1374709a9afce95e3ae47c1b44bc2398c0a70ccbf8b3a8a97f29494", + "ca_cert_uri": "https://black.riseup.net/ca.crt", + "default_language": "en", + "description": { + "en": "Riseup is a non-profit collective in Seattle that provides online communication tools for people and groups working toward liberatory social change." + }, + "domain": "riseup.net", + "enrollment_policy": "open", + "languages": [ + "en" + ], + "name": { + "en": "Riseup Networks" + }, + "service": { + "allow_anonymous": false, + "allow_free": true, + "allow_limited_bandwidth": false, + "allow_paid": false, + "allow_registration": true, + "allow_unlimited_bandwidth": true, + "bandwidth_limit": 102400, + "default_service_level": 1, + "levels": { + "1": { + "description": "Please donate.", + "name": "free" + } + } + }, + "services": [ + "openvpn" + ] +} |