Skip to content

wistefan/dss-validation-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSS Validation Service

Micronaut based service for validating JAdES Signatures using the eSignature Building Block Digital Signature Service library.

Installation

Container

The service is provided as a container at quay.io.

It can be started with:

  docker run -p 8080:8080 quay.io/repository/wi_stefan/dss-validation-service

Configuration

Configurations can be provided with the standard mechanisms of the Micronaut-Framework, e.g. environment variables or application.yaml file. The following table concentrates on the most important configuration parameters.

Property Env-Var Description Default
micronaut.server.port MICRONAUT_SERVER_PORT Server port to be used for the listener endpoint. 8080
endpoints.health.enabled ENDPOINTS_HEALTH_ENABLED Enables the health endpoint. true
endpoints.health.enabled ENDPOINTS_HEALTH_ENABLED Enables the health endpoint. true
general.basepath GENERAL_BASEPATH Basepath used for the endpoint ""
trust.list TRUST_LIST List of tusted-list-configs ""
trust.stores TRUST_STORES List of store-configs ""

About

Micronaut-based implementation of the [ESIG Digital Signature Service Lib](https://github.com/esig/dss/tree/master)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages