Hello,
I would like to change the FQDN in a cluster which we mainly use to access the administrative interface.
I see that in /etc/hosts both the fqdn and the one-label names are set:
We are accessing the cluster using pve1.example.com (or pve2.example.com, etc.), but we would like to use pve1.otherdomain.com and so move away from example.com.
I can also see that the ssh keys of the Proxmox nodes have the short name root@pve1, root@pve2 and so on and so forth.
Would it be safe to assume that Proxmox doesn't use the FQDN for any important internal mechanisms and simply change it?
We actually want to use a different domain for our certificates which we'd want to renew automatically, but the API token can only be restricted to the whole zone, and not to particular A records, so that's why we'd prefer to use a separate zone for this purpose.
pveversion: pve-manager/8.1.4/ec5affc9e41f1d79 (running kernel: 6.5.11-8-pve)
I would like to change the FQDN in a cluster which we mainly use to access the administrative interface.
I see that in /etc/hosts both the fqdn and the one-label names are set:
Code:
127.0.0.1 localhost.localdomain localhost
10.88.88.231 pve1.example.com pve1
10.88.88.232 pve2.example.com pve2
10.88.88.233 pve6.example.com pve6
10.88.88.236 pve3.example.com pve3
10.88.88.239 pve8.example.com pve8
10.88.88.238 pve7.example.com pve7
10.88.88.237 pve4.example.com pve4
We are accessing the cluster using pve1.example.com (or pve2.example.com, etc.), but we would like to use pve1.otherdomain.com and so move away from example.com.
I can also see that the ssh keys of the Proxmox nodes have the short name root@pve1, root@pve2 and so on and so forth.
Would it be safe to assume that Proxmox doesn't use the FQDN for any important internal mechanisms and simply change it?
We actually want to use a different domain for our certificates which we'd want to renew automatically, but the API token can only be restricted to the whole zone, and not to particular A records, so that's why we'd prefer to use a separate zone for this purpose.
pveversion: pve-manager/8.1.4/ec5affc9e41f1d79 (running kernel: 6.5.11-8-pve)