forked from mami-project/KeyServer
-
Notifications
You must be signed in to change notification settings - Fork 0
KeyServer Develop Protocol
Javier Gusano Martinez edited this page Nov 30, 2016
·
3 revisions
This software is a Key Server that implements the TLS Session Key Interface (SKI) defined in draft-cairns-tls-session-key-interface-01.
If something goes wrong during the KeyServer connection/requests, it will response a JSON with an error message using this structure:
{"error":"ERROR_MESSAGE"}
This table shows a list with the possible ERROR_MESSAGE values:
ERROR_MESSAGE | Description |
---|---|
malformed request | The current request is not correctly formatted according to the Session Key Interface for TLS and DTLS. |
request denied | You don't have rights for access to the KeyServer. |
spki not found | The SPKI in your requests is not provisioned to KeyServer database. |
unspecified error | Something with the request goes wrong and the KeyServer don't sows info about it for security reasons. |
OpenSource KeyServer
Copyright © 2016. All rights reserved.
- KeyServer File Structure
-
Pre-Installation Process
- Oracle Java 8 (JRE)
- Redis database
- GNU Screen
- [[OpenSSL (optional)|OpenSSL-Install]]
- Installation Process
- Configuration
- How to use?
- OpenSSL Certificate Management
- Updates