• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Mister PKI

SSL Certificates * SSL Tools * Certificate Decoder

  • Home
  • OpenSSL
  • Keytool
  • SSL Tools
  • Donate
  • Cookie Policy (EU)
  • Contribute to Mister PKI (Cybersecurity Guest Posts)
  • PKI for DevOps Engineers (Free Training)
  • SSL Certificate Consulting & TLS Troubleshooting
  • Apereo CAS Consulting

java

openssl verify

March 6, 2026

OpenSSL Verify: Certificate, Chain, CRL, and Key Examples

Use the openssl verify command to verify a certificate chain, certificate, CRL, and matching key pairs. If you work with TLS certificates, private keys, intermediate certificates, and trust chains, understanding how to use OpenSSL to verify certificates is one of the most useful troubleshooting … [Read more...] about OpenSSL Verify: Certificate, Chain, CRL, and Key Examples

java,  openssl

March 6, 2026

How to Install Keytool on Windows, Ubuntu, RHEL, and Rocky Linux

The Java keytool is a command line utility provided with Java, and this article will guide you through the process of how to install keytool on both Windows and Linux. Keytool is used to manage keystores, symmetric and asymmetric keys, and certificates. Many applications and application servers use … [Read more...] about How to Install Keytool on Windows, Ubuntu, RHEL, and Rocky Linux

java,  keytool

keytool list certs

February 24, 2026

keytool -list: Use keytool to List Certificates and in a Java Keystore

The keytool list ( keytool -list ) command displays the contents of a Java keystore. It is used to inspect certificates stored in JKS or PKCS12 files and verify: If you are managing HTTPS in Java, importing a certificate, renewing a certificate, or debugging a TLS issue, keytool -list is … [Read more...] about keytool -list: Use keytool to List Certificates and in a Java Keystore

java,  keytool,  linux

apereo cas jasypt

April 22, 2024

Apereo CAS Jasypt

This article will demonstrate how to in Apereo CAS use Jasypt for encryption and decryption operations with CAS properties and secrets. Apereo CAS is an open source IDP (Identity Provider) that supports various authentication protocols including CAS, SAML, and OIDC. Jasypt is a java library … [Read more...] about Apereo CAS Jasypt

Apereo CAS,  Identity Management,  java

change java heap size

November 15, 2023

Change Java Heap Size

This article will detail what the java heap is and how to change java heap size. If you continually run out of heap memory you should consider increasing the amount of heap size your jvm (Java Virtual Machine) is utilizing. A heap dump contains all of the objects that are in use in the JVM. In … [Read more...] about Change Java Heap Size

java

java keystore pkcs12 legacy

June 5, 2023

java keystore pkcs12 legacy

This article will detail how to troubleshoot and correct the java keystore pkcs12 legacy issues with keystores generated with newer cryptographic algorithms and older versions of Java. If you have encountered these issues with OpenSSL instead of the Java keytool, read our article specifically for … [Read more...] about java keystore pkcs12 legacy

java,  keytool,  SSL Certificates

openssl pkcs12 legacy

June 5, 2023

openssl pkcs12 legacy

With OpenSSL v3.x, newer cryptographic algorithms are used that may not be supported in older versions of Java, Windows, etc and will require the openssl pkcs12 legacy option. The -legacy option is useful and even required when creating a pkcs12 keystore for use in older operating systems and … [Read more...] about openssl pkcs12 legacy

java,  openssl

encryption with java

July 12, 2022

Java encryption – Encryption with Java

Java encryption can be achieved in many different ways and methods and also with third party libraries and dependencies. This article will attempt to dive in a few of these areas, and will hopefully increase your knowledge of encryption with java. The examples are all at our github repo. … [Read more...] about Java encryption – Encryption with Java

java

  • Page 1
  • Page 2
  • Go to Next Page »

Primary Sidebar

Popular Posts

PKCS12

openssl s_client

Keytool

Keytool list

ECDSA vs RSA

OpenSSL

PKCS7

Certificate Decoder

PKI for DevOps Engineers – Free Training Series

PKI for DevOps Training Hub

Lesson 1 – How TLS and PKI Work

Lesson 2 – Understanding X.509 Certificates

Lesson 3 – Certificate Chains Explained

Lesson 4 – Debug TLS with OpenSSL

Lesson 5 – Verify Certificate Chains

Lesson 6 – Creating CSRs with OpenSSL

Lesson 7 – Working with PKCS12 Certificates

Lesson 8 – Java Keystores and keytool

Lesson 9 – Certificate Expiration Monitoring

Lesson 10 – Automating Certificate Renewal

Lesson 11 – Common TLS Errors

Lesson 12 – PKI Architecture for DevOps

Recent Posts

  • OpenSSL dgst: Create Checksums and Verify Digital Signatures
  • OpenSSL crl: Check Certificate Revocation Lists and Revoked Certificates
  • OpenSSL crl2pkcs7: Create PKCS#7 and P7B Certificate Bundles
  • OpenSSL cms: Sign, Verify, Encrypt, and Decrypt Files
  • OpenSSL CMP: Automate Certificate Enrollment and Renewal

Footer

  • Twitter
  • YouTube

Copyright © 2026