blob: 36015243733a629731b0c3a3d6363bd4710a482a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Branding for BitmaskVPN
================================================================================
This folder contains everything that is needed to generate a customized built of
BitmaskVPN for your provider.
Configure
--------------------------------------------------------------------------------
- Edit the file at 'branding/config/vendor.conf'. Add all the needed variables.
- Copy your provider CA certificate to 'branding/config/<provider>-ca.crt'
- Make sure that the folder 'branding/assets/<provider>' exists. Copy there all the needed assets.
Build
--------------------------------------------------------------------------------
Run:
PROVIDER=example.org make generate
make build
|