Bugzilla – Bug 3843
Allow non-default trust certificates configuration in security descriptors
Last modified: 2005-10-28 15:42:03
You need to log in before you can comment on or make changes to this bug.
GRAM folks would like to see this for a scenario where non-root install of GRAM is being done and CA certificates also needs to be configured.
Added feature to allow configuration of trusted certificates. On server side it needs to be set at container level in container security descriptor: <trustedCertificates value="path to trusted certificates"/> On the client a property can be set on Stub: TrustedCertificates trustedCerts = TrustedCertificates.load("path to trusted certificates"); (Stub)port).setProperty(Constants.TRUSTED_CERTIFICATES, trustedCerts)