issue/certif_add_chain #4

Merged
gnunux merged 2 commits from gnunux/risotto:issue/certif_add_chain into main 2022-03-15 12:57:00 +01:00
2 changed files with 13 additions and 2 deletions
Showing only changes of commit 9d12af51c0 - Show all commits

View file

@ -1,5 +1,11 @@
# Risotto
## Install dependencies
- python3-dkimpy
- python3-cheetay
- ldns-utils
## Installation
Clone projects:
@ -26,13 +32,18 @@ Set up infrasctructure:
cp server.json.example server.json
```
Change the configuration.
Modify infrastructure description as required.
Generate the configuration:
```bash
./bootstrap.py
```
Send configuration to remote server:
```bash
HOST=cloud.silique.fr
./test.py
rm -f installations.tar
tar -cf installations.tar installations
scp installations.tar root@$HOST: