Learn how to convert certificates from a PEM (Privacy Enhanced Email) file to JKS (Java KeyStore) format using the openssl and keytool command-line utilities.
Also find me here:
Baeldung Author
Emerson Micu
I am a software developer specializing in back-end development, using mostly Java and related technologies. I have also done DevOps work using Kubernetes and AWS. Interested in writing clean and maintainable code with an eye on performance, microservices enthusiast.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (1)
- Security (1)
- Maven (1)
- Logging (1)
Feign Logging Configuration
Filed under Logging, Spring Boot
In this tutorial, we’ll describe how we can enable Feign client logging in our Spring Boot application.
Difference Between Super, Simplest, and Effective POM
Filed under Maven
Learn the differences between different types of project object models in Maven