Upon completing the Key Manager Plus setup, you can begin using the application. Before configuring the necessary settings and working with the Key Manager Plus console, it is important to familiarize yourself with a set of initial start-ups that will facilitate continuing with further Key Manager Plus operations. This guide provides comprehensive steps on starting, shutting down, and launching the Key Manager Plus application in both Windows and Linux environments.
1. Starting & Shutting Down the Key Manager Plus Server
2. Accessing the Key Manager Plus Web Interface
3. Managing Key Manager Plus Encryption Key
4. Licensing
Using the Start Menu | Using the Tray Icon |
|---|---|
| After installation, the Key Manager Plus icon appears in the Windows system tray. Right-click it to access the following available options:
|
Key Manager Plus can be run as a background service by executing specific commands in a non-root user environment. The service can be started or stopped using terminal commands.
Notes:
Changing the Key Manager Plus Service to systemd Service Manager
By default, the Key Manager Plus service is managed using the init.d process control system. However, you can switch to the systemd service manager to take advantage of parallel service execution and enhanced management capabilities by following the steps below:
_[Unit]
Description=Key Manager Plus
After=network.target_
_[Service]
Type=simple
User=root
WorkingDirectory=<KeyManagerPlus-Installation-Directory>/bin
ExecStart=<KeyManagerPlus-Installation-Directory>/bin/wrapper -c <KeyManagerPlus-Installation-Directory>/conf/wrapper_lin.conf
ExecStop=<KeyManagerPlus-Installation-Directory>/bin/*sshkeymanager-service* stop
KillMode=none
Restart=on-failure
TimeoutSec=300_
_[Install]
WantedBy=multi-user.target_
Notes:
There are different ways to connect to the Key Manager Plus web interface:
Once the Key Manager Plus server starts successfully, a web browser is automatically launched displaying the Key Manager Plus login page. Since the connection uses HTTPS, you will be prompted to accept the security certificate. Click Yes to proceed. Enter the username and password on the login screen and press Enter.
In Windows environments, you can also launch the web client manually from the Windows system tray. Right-click the Key Manager Plus tray icon and select Key Manager Plus Web Console. A browser will open displaying the Key Manager Plus login page.
Since the connection uses HTTPS, you will be prompted to accept the security certificate. Click Yes, enter the username and password, and press Enter.
In Linux environments, open a web browser and connect to the following URL:
https://<hostname>:<portnumber>/
where,
For example: https://localhost:6565/
To connect to the Key Manager Plus web client from a remote machine (different from the one where the server is running), open a browser and connect to:
https://<hostname>:portnumber/
where,
As Key Manager Plus uses a secure HTTPS connection. You will be prompted to accept the security certificate. Click Yes, enter your Username and Password on the login screen, and press Enter.
Key Manager Plus uses AES-256 encryption to secure SSH keys, SSL certificates, and other sensitive information stored in its database. The encryption key is auto-generated and unique to every installation. By default, it is stored in a file named kmp_key.key under the <KeyManagerPlus-Installation-Directory>/conf directory.
Key Manager Plus does not allow the encryption key to be stored within its installation directory. This is to ensure that the encrypted key and encrypted data, in both live and backed-up databases, do not reside in the same location.
We strongly recommend storing the encryption key outside of the Key Manager Plus server — preferably on a separate machine or an external drive (hard drive, USB drive, etc.). In such cases, ensure that the Key Manager Plus server has full permission to access the device and the key file at every startup. Once the service is up and running, it no longer needs access to the key and the external device can be taken offline.
Key Manager Plus stores the path of the encryption key in a configuration file named manage_key.conf, located under <KeyManagerPlus-Installation-Directory>/conf. You can edit this file directly to update the key file location.
Notes:
Key Manager Plus offers three license types:
License Type | Validity | Scope |
|---|---|---|
Evaluation Version | 30 days | Fully functional; supports up to 50 keys* |
Free Version | No limit | Supports up to 5 keys* |
Registered Version | Subscription/Perpetual | Licensing based on the number of managed keys* |
The term 'keys' refers to the total number of SSH private keys, SSL certificates, and any other digital keys managed using Key Manager Plus.
Note:
Key Manager Plus provides two user roles: Administrator and Operator. Licensing restricts the total number of these administrators. However, there is no limitation on the number of Operators. For more details on user roles, refer to the User Management section of this help documentation.
When you purchase Key Manager Plus, you will receive a product license key. To apply the license key, follow the steps given below: