Skip to content

KeyServer Folder Content

Javier Gusano Martínez edited this page Dec 29, 2016 · 7 revisions

Folder Content

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.

Clone this wiki locally