Difference: AppxHTMLClient (16 vs. 17)

Revision 172015-02-06 - JoeOrtagus

Line: 1 to 1
 

APPX HTML Client

This page gives installation instructions and an overview of the Appx HTML client.

Line: 102 to 102
  var sslEnabled = true;
Changed:
<
<
var sslPrivateKey = "/etc/pki/tls/private/appx.key";
var sslCertificate = "/etc/pki/tls/certs/appx.com.crt";
var sslCertAuthority = "/etc/pki/tls/certs/gd_bundle.crt";
>
>
var sslPrivateKey = "/etc/pki/tls/private/example.key";
var sslCertificate = "/etc/pki/tls/certs/example.com.crt";
var sslCertAuthority = "/etc/pki/tls/certs/gd_bundle.crt";
 
Changed:
<
<
Change the file paths to point to your SSL certificates.
>
>
The SSL key values above are examples, you will need to change the file paths to point to your own SSL certificates.
  Once you have made the above changes, restart the Server Connector and refresh the Appx Login page in your browser (if it was still loaded when you made these changes).
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback