forked from mami-project/KeyServer
-
Notifications
You must be signed in to change notification settings - Fork 0
KeyServer IPWhite List
Javier Gusano Martinez edited this page Dec 1, 2016
·
3 revisions
This field contains the IPs with authorization access to the KeyServer. If this field is present inside KeyServer config.properties
file, the KeyServer will process the incoming requests from these hosts. If an unauthorized IP address sends a requests, the KeyServer sends to the client an error.
Write multiple IPs separated by &
symbol. This is an example of the White List field content:
serverIpWhiteList=192.168.200.34 & 10.49.2.30 & 127.0.0.1
Warning: The white list field is optional. If it's not present. All IP address can access to the KeyServer.
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