To download the Sicura Enterprise ISO image, you can use either our downloader or curl
. Both methods require a valid, non-expired Sicura Enterprise license key to authenticate against the download servers.
simp-downloader
We’ve created a helper script, simp-downloader, that will automatically download download the latest Sicura Enterprise ISO to your local machine. The following command will download the ISO using the license key in /etc/sicura/license.key
.
curl https://download.simp-project.com/simp/assets/simp-downloader/simp-downloader | bash -s --
For more information and detailed usage information, see the simp-downloader
documentation here.
curl
If you don’t want to use the simp-downloader
script, you can download the ISO using curl
and passing /etc/sicura/license.key
as the cacert
, cert
, and key
.
curl -f -o Sicura-Enterprise-6.5.4-1.el7-CentOS-7.0-x86_64.iso --cacert /etc/sicura/license.key --cert /etc/sicura/license.key --key /etc/sicura/license.key https://enterprise-download.simp-project.com/products/simp-enterprise/simp-enterprise/el/SIMP-Enterprise-6.5.4-1.el7-CentOS-7.0-x86_64.iso
To install a new Sicura Enterprise Server via ISO, follow the SIMP Community installation instructions until you reach the steps to configure SIMP Server. We recommend installing with FIPS disabled unless it is required by your organization policy.
After the simp config
and simp bootstrap
commands have been executed, the enterprise modules and files will be available to all nodes.
RPM packages for the Sicura Console and Sicura Agent are provided in the SIMP/assets
directory on the ISO. After installation, these files will also be in /usr/share/SIMP/assets/simp-enterprise-assets-<version>
on the SIMP Server.