Changes

From SME Server
Jump to navigationJump to search
300 bytes added ,  01:12, 6 January 2009
m
quick certificate conversion command added
Line 141: Line 141:  
Here are the steps to add your server as a trusted platform on your WM6 mobile :
 
Here are the steps to add your server as a trusted platform on your WM6 mobile :
   −
1. copy your server's certificates located in /home/e-smith/ssl.crt/ on a Windows XP/Vista computer
     −
2. we need to transform those .crt certificates to .cer certificate ( same type of certificate but .crt are text-encoded ). To do so :
+
1. to convert your server's certificate into a (Binary coded DER X.509) .cer file you can either run the following command and skip to step 4 or just start at the next step.
 +
  openssl x509 -in /home/e-smith/ssl.pem/<certificate name>.pem -inform PEM -out /root/<certificate name>.cer -outform DER
 +
 
 +
 
 +
2. copy your server's certificates located in /home/e-smith/ssl.crt/ on a Windows XP/Vista computer
 +
 
 +
3. we need to transform those .crt certificates to .cer certificate ( same type of certificate but .crt are text-encoded ). To do so :
 
*in microsoft windows open a certificate by double clicking on it
 
*in microsoft windows open a certificate by double clicking on it
 
*in "Detail" Tab pane choose "Copy to file"  
 
*in "Detail" Tab pane choose "Copy to file"  
167

edits

Navigation menu