diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-07-02 18:14:51 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-08-05 11:46:02 -0400 |
commit | eead4d0046995c11314347b5963a7b4770a1c86e (patch) | |
tree | 34738907a20ba8db29150b9c53945df5d533e4bf /branding/README.txt | |
parent | 3cb8f572154d00c742f3a114f08374f09b5103d3 (diff) |
[feat] add make prepare target to Makefile
Diffstat (limited to 'branding/README.txt')
-rw-r--r-- | branding/README.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/branding/README.txt b/branding/README.txt new file mode 100644 index 0000000..3601524 --- /dev/null +++ b/branding/README.txt @@ -0,0 +1,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 |