Changes between Version 11 and Version 12 of ConnectorsSetup


Ignore:
Timestamp:
05/23/13 16:00:33 (11 years ago)
Author:
dabantz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConnectorsSetup

    v11 v12  
    2727}}} 
    2828 
     29LDAPS relying on AD certificates from private CA: Certificates used in the UA Domain are issued from a private local CA.  Shibboleth configurations will fail to load if they cannot establish trust.  Trust of the private CA can be established by: 
     30(1) Import the certificate into the java trusted keystore.  This requires ongoing maintenance as that keystore may be overwritten by any number of upgrade or refresh processes, requiring re-import of the CA certificate. 
     31(2) Configure the IdP authentication module to trust the AD certificate by adding to the configuration in $IDP_HOME/login.config a line like 
     32 
     33{{{ 
     34sslSocketFactory="{trustCertificates=file:/path/to/my/trust.crt}" 
     35}}} 
    2936=== Shibboleth connector principal names and URLs for DSEE LDAP directories: === 
    3037 
     
    3441ldaps://edir.alaska.edu:636 
    3542}}} 
     43 
     44 
    3645 
    3746=== [[IdPSetup|Failover connectors]] ===