-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Vijay,

On 8/27/2010 5:41 AM, Vijay wrote:
> I am looking for a way to use only encrypted passwords.

Cool. How are you going to do that?

> I am looking to write a wrapper class that decrypts the password passed as
> an environment variable to tomcat, and then sets the system property
> javax.net.ssl.keyStorePassword inside the JVM itself.
> 
> Something in the lines of :
> 
> public class WrapperTomcatBootstrap {
> 
>     public static void main(String args[]) {
>         String encryptedKeystorePassword =
> System.getenv("ENCRYPTED_KEYSTORE_PASSWORD");

Uh... the environment isn't safe, either. How will you protect the
environment?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkx4M9EACgkQ9CaO5/Lv0PChhACfdQTWJqANWEcmpYIpInNi2bzT
7T8AoJjS1pPfc3oXpMB/AU8coCtKMetE
=IVNT
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to