docs: from RHEL to Rocky Linux URL update
This commit is contained in:
parent
c42c99edeb
commit
b4e1ea9bbf
4 changed files with 14 additions and 8 deletions
2
cli
2
cli
|
@ -1 +1 @@
|
|||
Subproject commit 1792f43a0a36645daee7bb30d83c58718a498a28
|
||||
Subproject commit 6d48cf0a24136b011b51d93cc3deb379cf7f2c3f
|
|
@ -44,7 +44,7 @@ Please refer to the list of [supported algorithms](./algorithms.md).
|
|||
|
||||
The **Cosmian KMS** is packaged as:
|
||||
|
||||
- [Debian](https://package.cosmian.com/kms/4.24.0/ubuntu-22.04/) or [RPM](https://package.cosmian.com/kms/4.24.0/rhel9/)
|
||||
- [Debian](https://package.cosmian.com/kms/4.24.0/ubuntu-22.04/) or [RPM](https://package.cosmian.com/kms/4.24.0/rockylinux9/)
|
||||
package
|
||||
- Docker [image](https://github.com/Cosmian/kms/pkgs/container/kms)
|
||||
and [FIPS image](https://github.com/Cosmian/kms/pkgs/container/kms)
|
||||
|
@ -58,7 +58,7 @@ or decryption.
|
|||
|
||||
The **[Cosmian CLI](../cosmian_cli/index.md)** is packaged as:
|
||||
|
||||
- [Debian](https://package.cosmian.com/kms/4.24.0/ubuntu-22.04/) or [RPM](https://package.cosmian.com/kms/4.24.0/rhel9/)
|
||||
- [Debian](https://package.cosmian.com/kms/4.24.0/ubuntu-22.04/) or [RPM](https://package.cosmian.com/kms/4.24.0/rockylinux9/)
|
||||
package
|
||||
- Pre-built [binaries](https://package.cosmian.com/cli/) for multiple operating systems (Linux, Windows, MacOS)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Cosmian KMS may be installed on a variety of platforms, including Docker, Ubuntu, RHEL, MacOS, and Windows.
|
||||
Cosmian KMS may be installed on a variety of platforms, including Docker, Ubuntu, Rocky Linux, MacOS, and Windows.
|
||||
|
||||
It is also available on the major cloud providers marketplaces, prepackaged to run confidentially in a Cosmian VM.
|
||||
Please check [this page](./marketplace_guide.md) for more information.
|
||||
|
@ -96,17 +96,23 @@ For high availability and scalability, please refer to the [high availability gu
|
|||
sudo systemctl start cosmian_kms
|
||||
```
|
||||
|
||||
=== "RHEL 9"
|
||||
=== "Rocky Linux 9"
|
||||
|
||||
Download package and install it:
|
||||
|
||||
```sh
|
||||
sudo dnf update && dnf install -y wget
|
||||
wget https://package.cosmian.com/kms/4.24.0/rhel9/cosmian_kms_server-4.24.0-1.x86_64.rpm
|
||||
sudo dnf update && sudo dnf install -y wget
|
||||
wget https://package.cosmian.com/kms/4.24.0/rockylinux9/cosmian_kms_server-4.24.0-1.x86_64.rpm
|
||||
sudo dnf install ./cosmian_kms_server-4.24.0-1.x86_64.rpm
|
||||
cosmian_kms --version
|
||||
```
|
||||
|
||||
To start the KMS, run:
|
||||
|
||||
```sh
|
||||
sudo systemctl start cosmian_kms
|
||||
```
|
||||
|
||||
=== "MacOS"
|
||||
|
||||
On ARM MacOS, download the build archive and extract it:
|
||||
|
|
|
@ -34,7 +34,7 @@ Ubuntu 24.04.
|
|||
sudo apt install p11-kit cryptsetup
|
||||
```
|
||||
|
||||
#### RHEL 9
|
||||
#### Rocky Linux 9
|
||||
|
||||
```bash
|
||||
sudo dnf install p11-kit cryptsetup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue