forked from mami-project/KeyServer
-
Notifications
You must be signed in to change notification settings - Fork 0
KeyServer Launch
Javier Gusano Martínez edited this page Apr 19, 2016
·
9 revisions
Follow these steps for execute the KeyServer:
- Be sure that Redis database is running and accessible by the KeyServer.
- Check if the KeyServer configuration file contains your custom parameters.
- If will be necessary, please add the IP address from your authorized hosts to the Whitelist file.
- The KeyServer instance runs under Java 8. Please execute this command as 'root':
$ sudo java -jar KeyServer-v0.3.0.jar
- If all works correctly, the KeyServer will start and you'll see an output similar to:
[ INFO ] - Loading KeyServer parameters...
+------------------------------------------------------------------------+
OpenSource KeyServer |
---|
+------------------------------------------------------------------------+ |
v0.3.0
[ INFO ] - Configuration file correctly loaded. [ INFO ] - Connecting to database. [ INFO ] - Database connection established. [ INFO ] - Loading HTTPs server certificate. [ INFO ] - HTTPs server certificate correctly loaded. [ INFO ] - Starting HTTP server... [ WARN ] - There are no whitelist file. Allowing all IPs. [ INFO ] - KeyServer now is ready...
```
Note: You can launch an instance of this OpenSource KeyServer using an external configuration file with the optional input.
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