Hello UCS members! I have a question about an article I am following:
My question concerns this part:
Copy the new certificates
Copying of the new root certificate and client certificates onto the other computer systems (each UCS/UCC system except DC backups - here using ucs-slave
as an example computer)
eval "$(ucr shell domainname)"
cd /etc/univention/ssl/
# next step is only needed if root cert is also renewed
scp ucsCA/CAcert.pem root@ucs-slave:/etc/univention/ssl/ucsCA/
rsync -a "ucs-slave.${domainname}" root@ucs-slave:/etc/univention/ssl/
-
Here is mentions DC backup and slave. My understanding is that a ucs-slave and a DC backup are the same thing. It states that this does not have to be run on a DC backup but in the example it uses ucs-slave. Is a slave a backup dc or just a host server?
-
Do these command have to be run from the DC or from the target host where you want to copy the certificate to?
-
Is the ‘ucs-slave’ example computer mentioned here supposed to be replaced by the target host name where you want the certificate copied to?