https://github.com/maritimeconnectivity/identityextractorservice
A web-based visualization service of MCP (Maritime Connectivity Platform) certificates
https://github.com/maritimeconnectivity/identityextractorservice
maritime maritime-connectivity-platform mcp pki web-service
Last synced: about 2 months ago
JSON representation
A web-based visualization service of MCP (Maritime Connectivity Platform) certificates
- Host: GitHub
- URL: https://github.com/maritimeconnectivity/identityextractorservice
- Owner: maritimeconnectivity
- License: apache-2.0
- Created: 2018-01-03T14:53:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T20:50:09.000Z (about 3 years ago)
- Last Synced: 2024-04-01T16:09:37.207Z (about 1 year ago)
- Topics: maritime, maritime-connectivity-platform, mcp, pki, web-service
- Language: Java
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IdentityExtractorService
A web-based visualization service of MCP (Maritime Connectivity Platform) certificates## How to build
With the Maven configuration:
```
mvn clean install
```## How to run
In the target folder:
```
java -jar extract-identity-service-latest.war
```