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

Search form

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

TomCat

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 TomCat

Popular Content

Today's:

  • Pointing a private database link at another database without knowing the password...sorta...
  • Recording User Defined Metrics in Oracle Enterprise Manager OEM
  • August - Visualization 1 - SQL Execution Plan Volatility
  • Archived Log Switch Heat Map for SQL Developer...
  • Enabling/Disabling/Deleting a SQL Profile
  • impdp too smart for its own good - ORA-2000 and missing indexes on target...
  • 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.