13
1
Fork 0
mirror of https://github.com/netzbegruenung/passbolt-salt synced 2024-05-04 13:23:40 +02:00

Make URL generic

This commit is contained in:
Sven Seeberg 2020-03-24 17:03:04 +01:00
parent 71a2b0b8b6
commit 35fc36e1e5
Signed by: sven.seeberg
GPG key ID: 29559DD5A83806B5

View file

@ -8,7 +8,7 @@ MIT
1. Clone this repo 1. Clone this repo
2. Go to directory, run (requires python3-setuptools) 2. Go to directory, run (requires `python3-setuptools`)
``` ```
python3 setup.py install python3 setup.py install
``` ```
@ -20,7 +20,7 @@ MIT
5. Create a `/etc/salt/passbolt.ini` file with the following content: 5. Create a `/etc/salt/passbolt.ini` file with the following content:
``` ```
[PASSBOLT] [PASSBOLT]
SERVER = https://pass.netzbegruenung.de SERVER = https://passbolt.example.com
#SERVER_PUBLIC_KEY_FILE = <optional: server_public.asc> #SERVER_PUBLIC_KEY_FILE = <optional: server_public.asc>
USER_FINGERPRINT = [REPLACE WITH GPG KEY FINGERPRINT] USER_FINGERPRINT = [REPLACE WITH GPG KEY FINGERPRINT]
USER_PUBLIC_KEY_FILE = /etc/salt/passbolt_public.asc USER_PUBLIC_KEY_FILE = /etc/salt/passbolt_public.asc