Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

To add an additional layer of security to the mobile config profile is not hard to accomplish. The easiest way is to open Terminal on a Mac computer and use openssl command:

 

openssl s_client -connect YOUR_SSL_ENABLED_WEB_SITE:443 >/Users/shared/NAME.cer </dev/null
  • No labels