From 60a35bdde41e8648594dc6a501a11000081ff878 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 6 Aug 2020 13:01:22 +0200 Subject: [pkg] add float-deployed demo libpvn for tests --- branding/assets/demolib | 1 + branding/config/demolib-ca.crt | 10 ++++++++++ branding/config/vendor.conf | 22 +++++++++++++++++++++- 3 files changed, 32 insertions(+), 1 deletion(-) create mode 120000 branding/assets/demolib create mode 100644 branding/config/demolib-ca.crt (limited to 'branding') diff --git a/branding/assets/demolib b/branding/assets/demolib new file mode 120000 index 0000000..efd261b --- /dev/null +++ b/branding/assets/demolib @@ -0,0 +1 @@ +demo \ No newline at end of file diff --git a/branding/config/demolib-ca.crt b/branding/config/demolib-ca.crt new file mode 100644 index 0000000..ae726f4 --- /dev/null +++ b/branding/config/demolib-ca.crt @@ -0,0 +1,10 @@ +-----BEGIN CERTIFICATE----- +MIIBQzCB6aADAgECAgEBMAoGCCqGSM49BAMCMBcxFTATBgNVBAMTDExFQVAgUm9v +dCBDQTAeFw0yMDA4MDYxOTA3NDRaFw0yNTA4MDYxOTEyNDRaMBcxFTATBgNVBAMT +DExFQVAgUm9vdCBDQTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABIG5POr4cAdK +kTavKpSJr8nW1V7HLpr27qKaShpk1TUy5ipaAlusmavGLxKsPE+i3AMlvf/f6ch3 +1MjAtIf5rYujJjAkMA4GA1UdDwEB/wQEAwICpDASBgNVHRMBAf8ECDAGAQH/AgEB +MAoGCCqGSM49BAMCA0kAMEYCIQDXj280LNZbSbi0Y2WvtQrJBUw4wdm8qAeOeuH7 +6XiLEwIhAPBRsmst/ujcChsG2t6LpG+p8s4rfIfh8YLo/4qrcc5p +-----END CERTIFICATE----- + diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf index a1aca33..ac0f4b1 100644 --- a/branding/config/vendor.conf +++ b/branding/config/vendor.conf @@ -1,6 +1,6 @@ [default] -provider = riseup +provider = demolib [riseup] @@ -63,3 +63,23 @@ geolocationAPI = askForDonations = false donateURL = + +[demolib] + +name = demolib +applicationName = DemoLib +binaryName = demo-lib +auth = sip + +providerURL = vpnlib.bitmask.net +apiURL = https://api.vpnlib.bitmask.net/ +caURL = https://api.vpnlib.bitmask.net/ca.crt + +infoURL = https://libraryvpn.org/ +tosURL = https://libraryvpn.org/ +helpURL = https://libraryvpn.org/ + +geolocationAPI = https://getmyip.vpnlib.bitmask.net/ + +askForDonations = false +donateURL = -- cgit v1.2.3