Hi All,
Wondering if anyone has had any experience changing the domain name of an openBalena server.
I think the process would be something like this:
- Stop openBalena containers.
- Generate certificates for new domain.
- Update config attributes:
- OPENBALENA_ROOT_CA
- OPENBALENA_ROOT_CRT
- OPENBALENA_ROOT_KEY
- OPENBALENA_VPN_CA
- OPENBALENA_VPN_CA_CHAIN
- Update DNS to redirect old domains to new domains for:
api.old-domain.com
ssh.old-domain.com
registry.old-domain.com
s3.old-domain.com
ssh.old-domain.com
tunnel.old-domain.com
vpn.old-domain.com - Restart containers.
My main concern is will all of the old devices still successfully connect using the old domain? I do know I can update the domain in each devices config but am worried about any devices that are offline and I cannot change their domain before doing change over.
Is there anything else I am missing? I might setup a second openBalena server - connect a device and trial this before migrating my main server.
Cheers,
Chris