Skip to content

Instantly share code, notes, and snippets.

@josdem
Created August 26, 2015 14:33
Show Gist options
  • Save josdem/772bb673e8ad1e9b25ef to your computer and use it in GitHub Desktop.
Save josdem/772bb673e8ad1e9b25ef to your computer and use it in GitHub Desktop.
1. Export 465 key from thunderbird (trama.crt)
2. Upload trama.crt to development@192.168.0.122
3. `keytool -keystore /opt/jdk1.7.0_25/jre/lib/security/cacerts -importcert -alias trama -file /home/tomcat/trama.crt`
4. Password is changeit
5. restart tomcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment