-
Notifications
You must be signed in to change notification settings - Fork 2
Screen Install
Javier Gusano Martínez edited this page Apr 19, 2016
·
1 revision
Web: http://www.gnu.org/software/screen/
You can use this tool to execute KeyServer on second plane.
Follow the steps for your Linux distribution:
-
On Debian or Ubuntu:
$ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install screen -
CentOS or Fedora:
$ sudo yum update $ sudo yum install screen
Follow these steps:
-
Create a new Screen virtual shell:
$ screen -S KeyServer -
Press this keys for leave this KeyServer running on second plane:
First press: CTRL + a Second press the key: d
Now the KeyServer is running on second plane. If you need to go to the KeyServer shell, write this command:
$ screen -r 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