Blog Entry
(tested with a godaddy certificate which was imported to ConsoleOne)
Create an export of the public key and the private key in ConsoleOne. The file created is a .pfx file.
Copy the file to the linux server and run the following commands:
Export the private key file from the pfx file
openssl pkcs12 -in filename.pfx -nocerts -out key.pem
Export the certificate file from the pfx file
openssl pkcs12 -in filename.pfx -clcerts -nokeys -out cert.pem
This removes the passphrase from the private key so Apache won't
prompt you for your passphase when it starts
openssl rsa -in key.pem -out server.key
Concatenate the certificates:
cat server.key >> cert.pem
Create a backup of:
/var/lib/datasync/device/mobility.pem
and
/var/lib/datasync/webadmin/server.pem
and run the following commands:
cp cert.pem /var/lib/datasync/webadmin/server.pem
cp cert.pem /var/lib/datasync/device/mobility.pem
Restart the datasync server:
rcdatasync restart
Test:
Go to https://<url van de datasync-server> and check if the certificate is active.
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
- stenhoeve's blog
- Be the first to comment! To leave a comment you need to Login or Register
- 4926 reads


0