Create a management server certificate in PFX format with a private key (you need to issue a domain CA certificate) with the following attributes:
Subject: Common name - <DNS name of the management server>
Subject Alternative name:
DNS - <DNS name of the management server>
DNS - <DNS domain name>
Certificate Authority certificate in CRT formatĀ (Base64)
Preparing a Linux Management server
Set a static address for the server
Set a static server name in FQDN format
Check that domain machines can be defined by DNS name from the server
Install Docker and Docker Compose
In Centos and RHEL distributions (versions 8 and higher), docker packages replaced with podman. To install docker and docker compose, use the official documentation.
Check that the Linux server can be defined from domain machines by DNS name
Preparing a Linux Access server
Set a static address for the server
Set a static server name in FQDN format
Check that domain machines can be defined by DNS name from the server
Install Docker and Docker Compose
In Centos and RHEL distributions (versions 8 and higher), docker packages replaced with podman.