Blog Entry

stenhoeve's picture
blog
Reads:

4926

Score:
2.75
2.8
4
 
Comments:

0

Use a Wildcard Certificate with GroupWise Data Synchronizer Mobility Pack

Author Info

17 June 2011 - 11:27am
Submitted by: stenhoeve

(View Disclaimer)

(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.




User Comments

© 2013 Novell