Skip to content

This project facilitates to instanciate a development Bry Hub SDK Signature platform API using a docker image OpenJDK Alpine

Notifications You must be signed in to change notification settings

thiagodevbrz/bry-hub-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Project Description

This projects intends to easily build an API for BryHub Signature SDK

About Bry

Bry is a securily digital signature platform that emits certificates and allow users to sign digital documents.

Starting the projects

Before running the container, make sure to replace the license variables in application.yml

    license:
        cms:
        pdf: #credential token here#
        xml:

Project Execution

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

License

MIT

References

Authors

About

This project facilitates to instanciate a development Bry Hub SDK Signature platform API using a docker image OpenJDK Alpine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published