...
- Versions 7.x or higher of Oracle Linux (64 bit) version, Red Hat Enterprise Linux (64 bit), or CentOS (64 bit).
- Ubuntu 17 or higher (64 bit)
Support for Charon Manager on Microsoft Windows is planned for a later date.
Installation Packages and Installation Steps
Installation Packages
Installation packages are available in RPM or Debian package
...
formats:
- RPM package: charon-manager-ssp-<version>.rpm
- Debian package: charon-manager-ssp-<version>.deb
Obtaining the installation packages:
...
The packages are included in the Charon-SSP AWS AMI. Once a new instance has been launched, you can download the Charon-SSP Manager packages from the running instance:
- Connect to the public IP address of the instance via SFTP using the private key assigned during launch and the user charon:
$ sftp -i <path-to-private-key> charon@<public-ip-of-cloud-instance>
- Download the required package:
sftp> get charon-manager-ssp-<version>.[rpm | deb]
Installation Steps on Linux
...