Quantcast
Channel: Symantec Connect - Téléchargements
Viewing all articles
Browse latest Browse all 322

SSL Certificates for App Center OnPrem

$
0
0

Deploying the App Center solution inside of your IT environment will require you to use an SSL certificate to secure communication between the client and the server. When dealing with a test or Proof Of Concept (POC) environment, it may be too costly or time-consuming to go out and procure an SSL certificate from Symantec or other CA. This article contains a couple python scripts to help generate the SSL certificate, keys and a mobile provisioning profile (for the iOS device to trust the self-signed CA). 

It's a fairly straight-forward process to generate the certificate, it is suggested to run this before running the installer for App Center as it will use the same port (8000) as the configurator.

How to Run:

1) Unzip the contents to a  directory
2) Open a terminal on the Linux system (or OSX) and navigate to the
previously created directory
3) Run "python simpleCertServ.py" - it should announce that it started a
server on port 8000
4) Open a browser and navigate to http://localhost:8000
5) Fill out the fully qualified name for the AC server (ex.
pocappstore.customerdomain.com)
6) It should then navigate to a webpage with the download links for 4
items
Private key for the AC server (ac_priv.key)
Public key for the AC server (ac_pubkey.crt)
"Certificate Chain" for the mini CA (ca.crt)
New.mobileconfig file that you can install on an iOS device to trust the
SSL connection

 

There is also an option to get a trial certificate from Symantec, which would be the more recommended route if it will be a temporary test environment.

http://www.symantec.com/verisign/ssl-certificates


Viewing all articles
Browse latest Browse all 322

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>