keytool -genkey -alias mycert -keyalg RSA -keystore /etc/tomcat6/keystore
and answered the prompts
Then edit my server.xml file and uncommented/edited this line
clientAuth="false" sslProtocol="TLS"
keystoreFile="/etc/tomcat6/keystore"
keystorePass="mypassword" />
https://localhost:8443