Discover two different methods for changing the alias of a key within a Java keystore.

Also find me here:
Baeldung Author
Constantin Ursache
👋 I am a senior Java Engineer / contractor / freelancer with 13+ years of experience, designing and implementing custom-tailored software solutions for clients worldwide.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (2)
- Security (2)
- Data (2)
- Spring MVC (1)
- Spring (1)
How to Share Data Between Steps in Cucumber
Filed under Testing
A quick tutorial on sharing data between steps in Cucumber.
Sending Key/Value Messages From the Command Line in Kafka
Filed under Data
Learn two methods for sending key/value messages from the command line in Kafka.
How to Check if a Variable Is Defined in Thymeleaf
Filed under Spring MVC
In this article, we learn how to check if a variable is defined in a Thymeleaf template.
Dead Letter Queue for Kafka With Spring
Filed under Spring
Learn how to configure a Kafka Dead Letter Queue (DLQ) with Spring.
Check Certificate Name and Alias in Keystore File
Filed under Security
Learn how to check certificate names and aliases in a Java keystore file using the Java KeyStore API and the keytool utility.
Overriding Cucumber Option Values
Filed under Testing
Explore three methods to override the Cucumber option values.
How to Subscribe a Kafka Consumer to Multiple Topics
Filed under Data
Learn three different methods of subscribing a Kafka consumer to multiple topics.