Sun Microsystems 820682310 Security FAQs, Update Tool FAQs, Can I Change the Keystore Password?

Models: 820682310

1 48
Download 48 pages 55.33 Kb
Page 45
Image 45
Security FAQs

Update Tool FAQs

Security FAQs

What Happens When No Server Side Realm Is

Configured?

When the application is configured (within XML files), but no server side realm is configured, the application is authenticated in the default realm. No error is thrown that indicates “No such realm.”

Can I See the TLS/SSL Handshake Information for an SSL Client?

Yes. Set the Java debugging property on the JVM. To see the handshake information from the application client, append the following to the VMARGS variable:

-Djavax.net.debug=ssl,handshake

Can I Change the Keystore Password?

Yes. Use the following Java 2 Platform, Standard Edition (J2SETM) properties to change the keystore password:

-Djavax.net.ssl.keyStorePassword=password

-Djavax.net.ssl.trustStorePassword=password

Note that the keystore password must match the individual key passwords to perform operations on the keys, so you must change the keystore password with the property mentioned above, and then change the password to each key to match that password.

Update Tool FAQs

How Do I Use Update Tool to Extend My Enterprise Server Installation?

Update Tool enables you to extend your Enterprise Server v3 Prelude installation by adding add-on components such as JRuby and Groovy, Jersey, and Metro web services. Update Tool can be accessed from within the Administration Console or on the command line.

Chapter 3 • Frequently Asked Questions

45

Page 45
Image 45
Sun Microsystems 820682310 manual Security FAQs, Update Tool FAQs, What Happens When No Server Side Realm Is Configured?