forked from mami-project/KeyServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Performance JConsole
Javier Gusano Martinez edited this page Dec 1, 2016
·
4 revisions
Launch the KeyServer instance with the following parameters for :
java -Djava.rmi.server.hostname=XXX.XXX.XXX.XXX -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9005 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -jar KeyServer-X.X.X.jar
Now, you can connect Java Mission Control to the KeyServer using the IP and port specified on the command before.
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