How to Set Up a Security Server?
How to install and configure a Security Server?
The official Security Server installation guide for Ubuntu is available at https://github.com/nordic-institute/X-Road/blob/master/doc/Manuals/ig-ss_x-road_v6_security_server_installation_guide.md.
The official Security Server installation guide for RHEL is available at https://github.com/nordic-institute/X-Road/blob/master/doc/Manuals/ig-ss_x-road_v6_security_server_installation_guide_for_rhel7.md
The official Security Server user guide is available at https://github.com/nordic-institute/X-Road/blob/master/doc/Manuals/ug-ss_x-road_6_security_server_user_guide.md.
Beta Versions
Beta versions of X-Road are installed following the official installation guides. The only difference compared to an official release version is that beta versions are located in a separate package repository maintained by NIIS. Instead of using the official release repository, a snapshot repository must be used.
Repository | URL | Note |
---|---|---|
Focal | deb https://artifactory.niis.org/artifactory/xroad-snapshot-deb focal-snapshot main | |
Jammy | deb https://artifactory.niis.org/artifactory/xroad-snapshot-deb jammy-snapshot main | |
RPM / RHEL7 | https://artifactory.niis.org/artifactory/xroad-snapshot-rpm/rhel/7 | |
RPM / RHEL8 | https://artifactory.niis.org/artifactory/xroad-snapshot-rpm/rhel/8 |
Upgrading a Security Server running a release version to the latest snapshot version can be done following the steps below.
Ubuntu
$ sudo apt-add-repository -y "deb https://artifactory.niis.org/artifactory/xroad-snapshot-deb $(lsb_release -sc)-snapshot main"
$ sudo apt-get update
$ sudo apt-get upgrade
RHEL
$ sudo yum-config-manager --add-repo https://artifactory.niis.org/artifactory/xroad-snapshot-rpm/rhel/${RHEL_MAJOR_VERSION}
$ sudo yum update
Please note that no support is provided to snapshot and/or beta versions.