In this How-To the installation of B1 Security-Hub is explained
1. Summary
If you would like to have B1 Security-Hub deployed via portainer in your network, this entry will guide you through the installation. The installation is containerized via portainer
2. Result
Installed Security-Hub on your sidee
3. Step by Step Guide
- SecurityHub will be deployed via portainer as an separate stack
- You can use the following yml file as deployment template Security-Hub yml file
- Create a new stack in the portainer environment
- Paste the above yml file in the editor
- Add the following environment variables:
- STACK: This will be the subdomain of the URL, proposal would be
security-hub
- DOMAIN: This will be the domain of the URL, e.g.
example.build.one
- VERSION: Use the current version of securable,
1.0.13
- SECUREABLE_DB_USER: Choose a username, e.g.
admin
- SECUREABLE_DB_PASSWORD: Choose a password, e.g.
admin
- After deploying the stack, head to your security hub and it will bring you to the initialise screen.
- At this screen you can choose how many secrets you want (Number of secrets) and how many you need to be able to access Security-hub if you need them (Threshold) Once chosen press “init secureable” and you will be given your keys and password.
- After deploying the stack, you can enter SecurityHub with your given URL
- Login should be possible with user
admin@secureable
and given password
Please make sure to store these keys anywhere safe. If they are lost, access to SecurityHub is not possible
4. Documentation
To find more information, you can check the following documentation.
Security-Hub (Formerly known as secureable)
Back to Use Cases
Back to Home Page