Where do I find the Java command line utility keytool? Do I use the DOS prompt from a specific directory/path?
I'm not sure where to type this command line. I know it doesn't work at a dos prompt. http://www.adobe.com/support/coldfusion/using/ssl_with_cf_web_server/ssl_with_cf_web_server03.html To create a private certificate: 1 Use the Java command line utility keytool to generate a file that contains the digital certificate. The keytool utility installs with the Java JDK. Shown below is the format for the invocation of the keytool utility to generate a private certificate: keytool -genkey -dname "cn=<domain name or ip>, ou=CF, o=Macromedia, L=Newton, ST=MA, C=US" -keyalg rsa -keystore <keystore file name> Thanks D ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241889 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

