Problem: When you upload a SSL certificate, the certificate isn't installed/updated.
Cause: When you upload the certificates they are placed in a temporary directory and deleted afterwards. The problem is that the directory structure doesn't exist and therefore the SSL certificates aren't set.
Solution: Create the necessary directories manually before uploading the SSL certificate.
This only has to be done if you want to change the SSL certificate, not for other changes.
In the nmd | HyperDrive appliance console execute one by one the following commands is the correct order:
1> # mkdir -p /tmp/etc/pki/tls/certs/
2> # mkdir -p /tmp/etc/pki/tls/private/
3> # chmod 777 -R /tmp/etc/pki
4> # chown apache:apache -R /tmp/etc/pki
After this you can login to the VA wizard and upload the SSL certificate.
Once committed the SSL certificate will be updated.
You need the repeat this operation if you want to upload a new SSL certificate since the temporary directory-structure is deleted once you commit.
Comments
0 comments
Please sign in to leave a comment.