Difference: APPXLoginManagerForUnixLinux (50 vs. 51)

Revision 512008-09-19 - SteveFrizzell

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

APPX Login Manager For Unix/Linux

Line: 74 to 74
 
  1. A service is created, including required init files and links. ( On Red Hat, /etc/init.d/ )
  2. The service is started
Changed:
<
<
For compete information on using the -install option of the appxLoginMgr command, please refer to the usage section of this page.
>
>
For compete information on using the -install option of the appxLoginMgr command, please refer to the usage section of this page.
 

The Name of the Service

Line: 653 to 653
 Bugs:

  1. Fixed - Bug 2090 uappxd doesn't remove a running service.
Added:
>
>
 

RequireSSL - Not Implemented. Do not Use.

  1. true
  2. false

RequireSSLClientCertificates

  1. True - Connecting clients must have client side SSL certificates.
  2. False - This is the default option. Connecting clients do not need to have client side SSL certificates.

ServerCertificateFile - This is the server's SSL public certificate

  1. The pathname of server's X509 certificate (leave blank for anonymous connections). An example is ServerCertificateFile =/usr/local/appx/tools/tubes.internal.appx.com.crt

ServerPrivateKeyFile - This is the server's SSL private server key

  1. Pathname of server's private key file (unlocks the ServerCertificateFile). An example is ServerPrivateKeyFile =/usr/local/appx/tools/tubes.internal.appx.com.private.key

ServerPrivateKeyPassphrase

  1. Passphrase that unlocks ServerPrivateKeyFile

SSLMode

  1. Enabled #SSL connection type (optional, required, disabled)
  2. Disabled
  3. Optional

TrustedCAFile = #determines which client certificates to trust

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:

Read what other users have said about this page or add your own comments.
Line: 664 to 692
  -- Page added by: Steve - 17 Jul 2007
Changed:
<
<
META TOPICMOVED by="SteveFrizzell" date="1184694066" from="Main.APPXConectionManagerForUnix-Linux" to="Main.APPXConnectionManagerForUnixLinux"
>
>
META TOPICMOVED by="SteveFrizzell" date="1221836690" from="Main.APPXConnectionManagerForUnixLinux" to="Main.APPXLoginManagerForUnixLinux"
 
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