users@glassfish.java.net

Re: questions asked at Glassfish pod during Boston Tech Days

From: Lloyd L Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Thu, 13 Sep 2007 14:20:17 -0700

Yes, the AMX API supports this. You can use the
TrustStoreTrustManager and override shouldAddToTrustStore() to prompt
the user to accept (or not) a certificate:

https://glassfish.dev.java.net/nonav/javaee5/amx/javadoc/com/sun/
appserv/management/client/TrustStoreTrustManager.html

https://glassfish.dev.java.net/nonav/javaee5/amx/javadoc/index.html

I think admin CLI also offers this capability.


On Sep 13, 2007, at 1:13 PM, Tom Amiro wrote:

> Is there a way to secure communication between client and service
> without having to manually install certificates on systems? Maybe
> an API to create certificates or a way to dynamically establish trust?
>