Web application open-source created for generating secrets from sensitive information.
- Docker
- Docker compose
- OpenSSL
- Node
- Run docker
docker compose up -d
- Generate the certificates
mkdir certs && make cert
- You must be able to access
https://localhost
The package Air is watching any changes made into GO files. Check .air.toml
for further information.
You can find the React files into web/src
.
The following command will watch any changes made into React files.
npm run dev