This projects intends to easily build an API for BryHub Signature SDK
Bry is a securily digital signature platform that emits certificates and allow users to sign digital documents.
Before running the container, make sure to replace the license variables in application.yml
license:
cms:
pdf: #credential token here#
xml:
The command below will run the container in daemon mode, exposing the port 8081 to the host machine. Make your requests to the host machine port 80.
docker run -d -p 80:8081 thiagodevbrz/bry-hub-sdk