Scot try this: 1. keytool -genkey -keystore {keystore location} -keyalg RSA -alias example -dname "cn=remote.example.com, ou=Job Type, o=Company Description, c=CountryB" -validity 365 2. keytool -selfcert -keystore {keystore location} -alias example 3. keytool -export -keystore {keystore location} -alias example -rfc -file examplel.crt key: 1. {keystore location} = /library/java/home/lib/security/cacerts On 5 Oct 2005, at 06:19, Scott Haneda wrote:
|