title | content_type | products | works_on | min_version | tags | tldr | tools | prereqs | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Install {{site.base_gateway}} FIPS on Red Hat |
how_to |
|
|
|
|
|
|
|
{% navtabs %} {% navtab "Manual installation" %}
-
Download {{site.base_gateway}}:
curl -Lo kong-enterprise-edition-fips-3.9.0.1.rpm $(rpm --eval https://packages.konghq.com/public/gateway-39/rpm/el/%{rhel}/x86_64/kong-enterprise-edition-fips-3.9.0.1.el%{rhel}.x86_64.rpm)
-
Install {{site.base_gateway}}:
yum install kong-enterprise-edition-fips-3.9.1.0
{% endnavtab %} {% navtab "Package manager" %}
-
Set up the package repository:
curl -1sLf "https://packages.konghq.com/public/gateway-39/config.rpm.txt?distro=el&codename=$(rpm --eval '%{rhel}')" | sudo tee /etc/yum.repos.d/kong-gateway-39.repo
sudo yum -q makecache -y --disablerepo='*' --enablerepo='kong-gateway-39'
-
Install {{site.base_gateway}}:
yum install kong-enterprise-edition-fips-3.9.1.0
{% endnavtab %} {% endnavtabs %}
- Enable FIPS:
export KONG_FIPS=on && kong reload
{% include how-tos/steps/datastore.md %}