...
SignBox Optimizer can be supplied as a Docker or as a Virtual Machine image. See the configuration description in:
SignBox Optimizer on DockerSignBox Optimizer on Virtual Machine
Hardware requirements
CPU: modern multicore (minimum 4 core)
...
Code Block |
---|
docker compose up -d |
OVA
STEP 1: Load certificates in the optimizer
Load the PEM files in the following path:
Code Block |
---|
/opt/bit4id/de/etc/trusted_roots/certs |
STEP 2: Restart the service
After all the desired certificates have been loaded into the optimizer, we must fully restart the services with
Code Block |
---|
systemctl stop bit4-de.api.service bit4-de.cryptosvc.service nginx |
Followed by
Code Block |
---|
systemctl start bit4-de.api.service bit4-de.cryptosvc.service nginx |
Logs
Service logs files are stored in a local folder in OVA or stored inside the containers in Docker.
...