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:
> 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?
>