All communication to a Cluster ActiveGate is encrypted over SSL. For external communication, a Cluster ActiveGate requires a publicly available IP address and a domain name with a valid SSL certificate. This domain must be different from the Web UI domain.
As of April 17, 2025, Chinese regulations require an ICP (Internet Content Provider) certification for all publicly accessible services using the dynatrace-managed.com domain. Since Dynatrace does not hold an ICP certificate due to the lack of a legal entity in China, our domains have been blocked by the local network providers.
To maintain monitoring capabilities, we recommend the following:
After installation, a Cluster ActiveGate uses a self-signed certificate generated by Dynatrace. You have two options:
dynatrace-managed.com with a trusted CA-signed SSL certificate.Do not configure SSL certificates directly on the Cluster ActiveGate device. Any certificate uploaded this way will be overwritten by Dynatrace's automatic management.
Always upload your certificate using the Cluster Management Console or the Cluster REST API v1.
You need the SSL certificate and key files you received from your certificate authority (CA):
.cer or .cert).cer or .cert).pem)Encrypted private keys are not supported. To decrypt an SSL private key, run:
openssl rsa -in encrypted.ssl.key -out decrypted.ssl.key
encrypted.ssl.key — your encrypted SSL private key file.decrypted.ssl.key — the output file for the decrypted key.The command prompts you for the password and saves the decrypted key.
To disable automatic certificate management:
Upload or paste your certificate via the Cluster Management Console or the Cluster REST API v1. To use the Cluster Management Console:
Log in to the Cluster Management Console.
On the Deployment Status page, expand the ActiveGate you want to configure and select Configure.
Select Edit SSL certificate.
Paste or upload the key files you received from your CA.
All keys and certificates must be in PEM format with full BEGIN and END headers.
Key format:
-----BEGIN PRIVATE KEY-----(Private Key)-----END PRIVATE KEY-----
Certificate format:
-----BEGIN CERTIFICATE-----(SSL Certificate)-----END CERTIFICATE-----
Select Save.
Your certificate is tied to a specific hostname. To avoid a name-mismatch error, make sure the common name (CN) in the certificate matches the address specified in the Cluster ActiveGate URL field.