forked from mami-project/KeyServer
-
Notifications
You must be signed in to change notification settings - Fork 0
KeyServer Folder Content
Javier Gusano Martínez edited this page Dec 29, 2016
·
7 revisions
A correct installation of the KeyServer tool should be contain the following files and directories:
/
|
├───config/ # KeyServer configuration folder.
| |
| ├───config.properties # KeyServer configuration file*.
| |
| └───ksserverkey.jks # KeyServer HTTPs certificate file.
|
├───logs/ # Logs folder.
| |
| ├───jetty.log # Jetty server log.
| |
| ├───security.log # Current security log.
| |
| ├───status.log # Current status log.
| |
| └───archived/ # Previous days status logs folder.
| |
| ├───jetty/ # Jetty archived logs folder.
| | |
| | └───20xx-xx-xx.log # Archived Jetty server log.
| |
| ├───security/ # Security archived logs folder.
| | |
| | └───20xx-xx-xx.log # Archived security log.
| |
| └───status/ # KeyServer status archived logs folder.
| |
| └───20xx-xx-xx.log # Archived status log.
|
└───KeyServer-vx.x.x.jar # KeyServer executable .jar file.
Notes
* The user can change the 'config.properties' file place and name if it's specified as input parameter during KeyServer launch command. See: How to use? / Launch KeyServer instance. / Optional fields.
**The HTTPs server certificate name and location must be specified inside 'config.properties' configuration file.
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