Skip to main content
Home
Dave's Software and Hardware Projects

Search form

  • home
  • blog
  • notebooks
  • software projects
  • hardware projects
  • recent
  • presentations
  • about
  • !

TLS

Quickly create and implement a self signed cert for Tomcat...

Submitted by dave on Fri, 02/14/2020 - 13:24

Create keystore with a self signed cert

keytool -genkey -keystore /path/keystore.jks -alias selfsigned -keyalg RSA -keysize 4096 -validity 720

Enter details for cert and enter password = password123

Update Tomcat server.xml


Verify

https://192.168.1.10:8443/
Should return this:

Tags: 
TomCat
HTTPS
HTTP
SSL
TLS
  • Read more about Quickly create and implement a self signed cert for Tomcat...
  • dave's blog
  • Add new comment
Subscribe to TLS

Popular Content

Today's:

  • Enabling/Disabling/Deleting a SQL Profile
  • Connection encryption is killing my performance! Help!
  • The dreaded ORA-29024: Certificate validation failure... how to approach...
  • Pointing a private database link at another database without knowing the password...sorta...
  • Archived Log Switch Heat Map for SQL Developer...
  • Heat map for Redo Size in SQL Developer...
  • oracle.sysman.emSDK.emd.comm.OperationException: could not write to targets.xml.bak file

Management

  • Comment Approval
  • Top Referrers

User Login

  • Request new password
CAPTCHA
Are you a humanoid?

Content Copyright 2006-2022. Links are copyright of respective owners.