Hi @Marcel.K
Veeam typically stores its SSL certificates in
-
/etc/veeam/
-
/var/lib/veeam/
Check for files like:
-
veeam.crt
-
veeam.key
-
backup_server_cert.pem
Run:
sudo find /etc/veeam /var/lib/veeam -type f -name "*.crt" -o -name "*.pem" -o -name "*.key"
sudo rm /etc/veeam/backup_server_cert.pem
thank you for hints, but is interesting that is not there ...
Hmm..yeah, not seeing much in my searches Marcel. Aside from checking the log on the Veeam server in the ProgramData folder to see if it shows something more detailed, it may be best to get in touch with Support. Curious what they say to get you sorted.
thank you for hints, but is interesting that is not there ...
try here,
/opt/veeam/transport/certs/cert.p12 *pem *.crt
Hello,
with support team we found out, where was the issue
service account, under which was veeam service running, created temp files in C:\users\<service account>\AppData\Local\Temp\Tmpxxx.tmp files on VBR server, which were blocking creation of file during re-registration or new registration.
After deletion of all temp files, registration was successful.
Oh, ok..thank you for sharing Support’s resolution Marcel. 👍🏻