How to upload certificate for implementing Docker connection
Client Certificate Authentication:
To enable this option, you must have Client Certificate Authentication enabled for the Docker server you wish to monitor.
- Place the certificate in the following directory:
AppManager_Home\working\Cert\Docker
. - Please note: Only "PKCS#12" (.p12) certificate files are supported.
Ensure you provide both the client certificate name and its password, if required, for successful authentication.
New to ADSelfService Plus?
Related Articles
How to enable docker remote API on docker host?
Navigate to /lib/systemd/system in your terminal and open docker.service file vi /lib/systemd/system/docker.service Find the line which starts with ExecStart and adds -H=tcp://0.0.0.0:4243 to make it look like ExecStart=/usr/bin/dockerd -H=fd:// ...
Convert Certificate and Key (Private) into a keystore file
When you have Certificate (.crt file) and Private key (.key file), which you want to convert into Keystore (.keystore file), please follow the below steps. Basic flow: <.crt file> ➕ <.key file> ➡️ <.p12 file> ➡️ <.keystore file> Step 1 - Convert ...
Adding APM Insight Java agent in a Kubernetes environment
There are three methods for installing the APM Insight Java agent in a Kubernetes environment: Using Dockerfile Using InitContainers Using Persistent Volumes Prerequisites Download the latest APM Insight Java agent ZIP file. Extract the ZIP file and ...
How to monitor SSL Certificate of FTPS server?
To monitor the SSL certificate of an FTPS server, Implicit mode is the recommended method. In this mode, the connection is automatically encrypted as soon as the client connects, making it ideal for monitoring SSL certificates. Implicit Mode (Default ...
Do I need SSL Certificate for Applications Manager?
It is not necessary to use an SSL Certificate to access Applications Manager through an SSL connection. However, you'll need an SSL Certificate for certain Monitors to work and to enforce better security. You can refer to the steps given in the below ...