Is there a useful documentation or way to change the certificate of the RESTful API listening port 9419. I tried to adopt the documentation from Enterprise Manager, but with no luck. https://helpcenter.veeam.com/docs/backu ... ml?ver=110
When i try to add the new certificate, netsh tells me 'wrong parameter'. I double checked the hash of the CA-signed certificate and appid. I use the cert for RDP as well as for Veeam Console. Works fine... What if done:
Get the appid:
The approach should be the same as in the EM API. Do you happen to try to add ssl certificate through PowerShell? If you do, make sure to wrap app id in single quotes. Otherwise, powershell will try to process app id as a powershell directive. In cmd it should work without quotes.
Thats it! Good job.
Double quotes work in powershell and cmd. Just tested this. Maybe this could be changed in EM API documentation? Installing 3rd party Certificate in B&R RESTful-API is missing in documentation.
Yep, we updated the docs for EM REST API. For VBR REST the change will come a bit later. I'll follow-up on this thread as soon as it is available. Thanks!