This issue is resolved in VMware Skyline Collector 3.4.
Workaround:
Use attached script to import the CA signed web server certificate and key:
- Copy the script, certificate and private key files on the Collector VA
- Make the script executable:
chmod +x <script_location>/web_cert_update.sh
For example: chmod +x /tmp/web_cert_update.sh
- Run the script providing the certificate and private key locations:
<script_location>/web_cert_update.sh <path_to_certificate> <path_to_private_key>
For example: /tmp/web_cert_update.sh /tmp/my-cert.cert /tmp/my-key.key
Make sure the certificate file contains a single certificate, the one corresponding to the private key!
- If successful, the result is: "Web server certificate imported successfully!"
Otherwise: "Web server certificate failed to import"
- Open the Collector UI and validate the new certificate is being used