How to upload certificate for implementing Docker connection

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:// ...
                    • 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 ...
                    • 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 ...
                    • 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 ...
                    • How to monitor SSL Certificate of FTPS server?

                      Two modes to invoke client security in FTPS Explicit mode Implicit mode Explicit mode (Default port 21) - This port shouldn't be used In Explicit mode, an FTPS client must "explicitly request" security from an FTPS server by sending an FTP command ...