Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.09 KB

Digital Signature API

Build Status Coverage Status

This api allows to validate pkcs7 data and get unpacked data with signer information from it.

Specification

Installation

You can use official Docker container to deploy this service, it can be found on 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 is used for processing pkcs7 data.

Configuration

See ENVIRONMENT.md.

License

See LICENSE.md.