Questo contenuto non è disponibile nella lingua selezionata.
Chapter 3. Reissuing internal certificates
Each component of Red Hat Advanced Cluster Security for Kubernetes uses an X.509 certificate to authenticate itself to other components. These certificates have expiration dates, and you must reissue, or rotate, certificates before they expire. You can view the certificate expiration dates by selecting Platform Configuration
3.1. Reissuing internal certificates for Central services Copia collegamentoCollegamento copiato negli appunti!
The Central services contain the Central, Central DB, Scanner, and Scanner V4 components. The Central services use a built-in server certificate for authentication when communicating with other Red Hat Advanced Cluster Security for Kubernetes (RHACS) services. This certificate is unique to your Central service installation. The RHACS portal shows an informational banner when a Central service certificate is about to expire.
The informational banner only appears 15 days before the certificate expiration date.
Beginning with RHACS 4.3.4, the Operator automatically rotates the service transport layer security (TLS) certificates for all of the Central components 6 months before they expire.
- The automated rotation of the TLS certificates applies only to Operator-based installations. For all other installation methods, you must manually rotate the TLS certificates.
- The rotation of the TLS certificates within the secrets does not automatically trigger the components to reload them. If the corresponding pods are not restarted at least every 6 months, you must manually restart the pods to load the new certificates before the old ones expire.
- Certificate authority (CA) certificates are not updated. They are valid for 5 years.
3.1.1. Reissuing internal certificates for Central Copia collegamentoCollegamento copiato negli appunti!
You can maintain a secure communication between Central and other Red Hat Advanced Cluster Security for Kubernetes (RHACS) components by reissuing the internal certificates.
Prerequisites
-
You have
writepermission for theAdministrationresource.
Procedure
- In the RHACS portal, click the link in the banner that announces the certificate expiration to download a YAML configuration file, which contains a new secret. The secret includes the certificate and key values.
To apply the new YAML configuration file to the cluster where you have installed Central, run the following command:
oc apply -f <secret_file.yaml>
$ oc apply -f <secret_file.yaml>Copy to Clipboard Copied! Toggle word wrap Toggle overflow - To apply the changes, restart Central.
3.1.1.1. Restarting the Central container Copia collegamentoCollegamento copiato negli appunti!
You can restart the Central container by deleting the Central pod.
If you use Kubernetes, enter kubectl instead of oc.
Procedure
To delete the Central pod, run the following command:
oc -n stackrox delete pod -lapp=central
$ oc -n stackrox delete pod -lapp=centralCopy to Clipboard Copied! Toggle word wrap Toggle overflow
3.1.2. Reissuing internal certificates for Central DB Copia collegamentoCollegamento copiato negli appunti!
You can maintain a secure communication between Central DB and other Red Hat Advanced Cluster Security for Kubernetes (RHACS) components by reissuing the internal certificates.
Prerequisites
-
You have
writepermission for theAdministrationresource.
Procedure
- In the RHACS portal, click the link in the banner that announces the certificate expiration to download a YAML configuration file, which contains a new secret. The secret includes the certificate and key values.
To apply the new YAML configuration file to the cluster where you have installed Central DB, run the following command:
oc apply -f <secret_file.yaml>
$ oc apply -f <secret_file.yaml>Copy to Clipboard Copied! Toggle word wrap Toggle overflow - To apply the changes, restart Central DB.
3.1.2.1. Restarting the Central DB container Copia collegamentoCollegamento copiato negli appunti!
You can restart the Central DB container by deleting the Central DB pod.
If you use Kubernetes, enter kubectl instead of oc.
Procedure
To delete the Central DB pod, run the following command:
oc -n stackrox delete pod -lapp=central-db
$ oc -n stackrox delete pod -lapp=central-dbCopy to Clipboard Copied! Toggle word wrap Toggle overflow
3.1.3. Reissuing internal certificates for Scanner Copia collegamentoCollegamento copiato negli appunti!
You can maintain a secure communication between Scanner and other Red Hat Advanced Cluster Security for Kubernetes (RHACS) components by reissuing the internal certificates.
Prerequisites
-
You have
writepermission for theAdministrationresource.
Procedure
- Click the link in the banner to download a YAML configuration file, which contains a new OpenShift Container Platform secret, including the certificate and key values.
To apply the new YAML configuration file to the cluster where you have installed Scanner, run the following command:
oc apply -f <secret_file.yaml>
$ oc apply -f <secret_file.yaml>Copy to Clipboard Copied! Toggle word wrap Toggle overflow - To apply the changes, restart Scanner.
3.1.3.1. Restarting the Scanner and Scanner DB containers Copia collegamentoCollegamento copiato negli appunti!
You can restart the Scanner and Scanner DB containers by deleting the pods.
If you use Kubernetes, enter kubectl instead of oc.
Procedure
To delete the Scanner pods, run the following command:
oc delete pod -n stackrox -l app=scanner
$ oc delete pod -n stackrox -l app=scannerCopy to Clipboard Copied! Toggle word wrap Toggle overflow To delete the Scanner DB pods, run the following command:
oc -n stackrox delete pod -l app=scanner-db
$ oc -n stackrox delete pod -l app=scanner-dbCopy to Clipboard Copied! Toggle word wrap Toggle overflow
3.1.4. Reissuing internal certificates for Scanner V4 Copia collegamentoCollegamento copiato negli appunti!
You can maintain a secure communication between Scanner V4 and other Red Hat Advanced Cluster Security for Kubernetes (RHACS) components by reissuing the internal certificates.
Prerequisites
-
You have
writepermission for theAdministrationresource.
Procedure
- Click the link in the banner to download a YAML configuration file, which contains a new OpenShift Container Platform secret, including the certificate and key values.
To apply the new YAML configuration file to the cluster where you have installed Scanner V4, run the following command:
oc apply -f <secret_file.yaml>
$ oc apply -f <secret_file.yaml>Copy to Clipboard Copied! Toggle word wrap Toggle overflow - To apply the changes, restart Scanner V4.
3.1.4.1. Restarting the Scanner V4 containers Copia collegamentoCollegamento copiato negli appunti!
You can restart the Scanner V4 Matcher, Indexer and DB containers by deleting their corresponding pods.
If you use Kubernetes, enter kubectl instead of oc.
Procedure
To delete the Scanner V4 Matcher pod, run the following command:
oc delete pod -n stackrox -l app=scanner-v4-matcher
$ oc delete pod -n stackrox -l app=scanner-v4-matcherCopy to Clipboard Copied! Toggle word wrap Toggle overflow To delete the Scanner V4 Indexer pod, run the following command:
oc delete pod -n stackrox -l app=scanner-v4-indexer
$ oc delete pod -n stackrox -l app=scanner-v4-indexerCopy to Clipboard Copied! Toggle word wrap Toggle overflow To delete the Scanner V4 DB pod, run the following command:
oc delete pod -n stackrox -l app=scanner-v4-db
$ oc delete pod -n stackrox -l app=scanner-v4-dbCopy to Clipboard Copied! Toggle word wrap Toggle overflow
3.2. Reissuing internal certificates for secured clusters Copia collegamentoCollegamento copiato negli appunti!
Secured clusters contain the Collector, Sensor, Admission Control, and local Scanner components. These components communicate with each other, and with Central by using certificates.
Choose the appropriate method to reissue the internal certificates:
- Use the automatic certificate renewal feature. This is the recommended method for Operator and Helm deployments.
-
Create, download, and install an init bundle on the secured cluster. You must have the
Adminuser role to create an init bundle. This method is only recommended for Operator and Helm deployments if the certificates have already expired and the secured cluster can no longer connect to Central. -
Use the automatic upgrades feature, which is only available for static manifest deployments by using the
roxctlCLI. This method is only recommended if you have a specific installation requirement that necessitates the use of this method.
3.2.1. Reissuing internal certificates for secured clusters by using automatic certificate renewal Copia collegamentoCollegamento copiato negli appunti!
Secured clusters contain the Collector, Sensor, Admission Control, and local Scanner components. You can reissue internal certificates for these components by using automatic certificate renewal.
TLS certificates are automatically renewed several months in advance but are only loaded when RHACS pods restart, for example, during an upgrade.
3.2.1.1. Verifying the status of automatic certificate renewal Copia collegamentoCollegamento copiato negli appunti!
By viewing the Clusters page, you can verify that the automatic certificate renewal is active.
Procedure
-
In the RHACS portal, click Platform Configuration
Clusters. - Verify that Auto-refresh enabled appears in the Credential Expiration column.
If a secured cluster displays a warning about soon-to-expire credentials even though auto-refresh is enabled, you must manually restart the pods of the affected cluster to apply the latest certificates and prevent downtime.
For more information, see "Applying the latest internal certificates".
3.2.1.2. Applying the latest internal certificates Copia collegamentoCollegamento copiato negli appunti!
By manually restarting the pods of the affected cluster, you can apply the latest certificates and prevent downtime.
Prerequisites
-
You have
writepermission for theAdministrationresource.
Procedure
To manually restart the pods of the affected cluster, run the following command:
oc -n <namespace> delete pods --all
$ oc -n <namespace> delete pods --all1 Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 1
- The namespace where you installed the secured cluster. For example,
stackrox.If you use Kubernetes, use
kubectlinstead ofoc.
3.2.2. Reissuing internal certificates for secured clusters by using init bundles Copia collegamentoCollegamento copiato negli appunti!
Secured clusters contain the Collector, Sensor, Admission Control, and local Scanner components. These components use a built-in server certificate for authentication when communicating with other Red Hat Advanced Cluster Security for Kubernetes (RHACS) components.
The RHACS portal shows an information banner when the Central certificate is about to expire.
The information banner only appears 15 days before the certificate expiry date.
Prerequisites
-
You have
writepermission for theAdministrationresource. -
You have the
Adminuser role to create init bundles.
Store the init bundle securely because it contains secrets. You can use the same bundle on multiple secured clusters.
Procedure
Choose the appropriate method to generate an init bundle:
To generate an init bundle by using the user interface (UI), perform the following steps:
-
In the RHACS portal, click Platform Configuration
Clusters. - Click Init bundles.
- To create a new init bundle, click Create bundle.
- Enter a name for the cluster init bundle.
Choose the appropriate platform of the secured clusters:
The following values are associated with the platform of the secured clusters:
-
OpenShift -
EKS -
AKS -
GKE
-
Choose the appropriate installation method for the secured cluster services from the drop-down list:
The following values are associated with the installation method for the secured cluster services:
-
Operator (recommended) -
Helm chart
-
Click Download.
ImportantYou can only download the YAML file once when you create an init bundle. Store the YAML file securely because it contains secrets.
-
In the RHACS portal, click Platform Configuration
To generate an init bundle by using the
roxctlCLI, run the following command:roxctl -e <endpoint> -p <admin_password> central \ init-bundles generate --output-secrets <bundle_name> \ init-bundle.yaml
$ roxctl -e <endpoint> -p <admin_password> central \ init-bundles generate --output-secrets <bundle_name> \ init-bundle.yamlCopy to Clipboard Copied! Toggle word wrap Toggle overflow
To create the necessary resources on each secured cluster, run the following command:
oc -n stackrox apply -f <init-bundle.yaml>
$ oc -n stackrox apply -f <init-bundle.yaml>Copy to Clipboard Copied! Toggle word wrap Toggle overflow
3.2.3. Reissuing internal certificates for secured clusters by using automatic upgrades Copia collegamentoCollegamento copiato negli appunti!
Secured clusters contain the Collector, Sensor, Admission Control, and local Scanner components. You can reissue internal certificates for these components by using automatic upgrades.
Automatic upgrades are only applicable to static manifest-based deployments by using the roxctl CLI.
For more information, see "Install Central using the roxctl CLI".
Prerequisites
- You have enabled automatic upgrades for all the clusters.
-
You have
writepermission for theAdministrationresource.
Procedure
-
In the RHACS portal, click Platform Configuration
Clusters. - Select a cluster to view its details.
From the cluster details panel, select the link to Apply credentials by using an automatic upgrade.
NoteWhen you apply an automatic upgrade, Red Hat Advanced Cluster Security for Kubernetes (RHACS) creates new credentials in the selected cluster. However, you continue to see a notification. The notification disappears when each RHACS service uses the new credentials after the service restarts.