https://github.com/edenlabllc/digital_signature.api
https://github.com/edenlabllc/digital_signature.api
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edenlabllc/digital_signature.api
- Owner: edenlabllc
- License: apache-2.0
- Created: 2017-05-26T18:49:04.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-08-10T09:18:52.000Z (over 6 years ago)
- Last Synced: 2025-02-12T08:45:13.966Z (2 months ago)
- Language: Elixir
- Size: 2.79 MB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Digital Signature API
[](https://travis-ci.org/edenlabllc/digital_signature.api) [](https://coveralls.io/github/edenlabllc/digital_signature.api?branch=master)This api allows to validate pkcs7 data and get unpacked data with signer information from it.
## Specification
- [API docs](http://docs.ehealthapi1.apiary.io/#reference/internal.-digital-signature/verification/digital-signature)
## Installation
You can use official Docker container to deploy this service, it can be found on [edenlabllc/digital_signature_api](https://hub.docker.com/r/edenlabllc/digital_signature_api/) Docker Hub.
### Dependencies
- PostgreSQL 9.6 is used as storage back-end.
- Elixir 1.4
- Erlang/OTP 19.2
- [Digital Signature LIB](https://github.com/edenlabllc/digital_signature.lib) is used for processing pkcs7 data.## Configuration
See [ENVIRONMENT.md](docs/ENVIRONMENT.md).
## License
See [LICENSE.md](LICENSE.md).