Difference: APPXClientEncryption (3 vs. 4)

Revision 42008-06-27 - JoeOrtagus

Line: 1 to 1
 
META TOPICPARENT name="APPX43Features"

APPX Client Encryption

APPX now includes the ability to encrypt login data, session data, and file transfers.
Line: 52 to 52
 
  1. Disabled
  2. Optional

TrustedCAFile = #determines which client certificates to trust

Added:
>
>

How to create a server's SSL private server key and server's SSL public certificate from the Unix/Linux command line with the openssl tool.

Create new private/public-keys without passphrase for server

openssl genrsa -out tubes.internal.appx.com.private.key 1024

Create server's SSL public certificate

openssl req -new         -days 365         -key tubes.internal.appx.com.private.key         -x509         -out tubes.internal.appx.com.crt 
 

Comments:

 
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