Category: Tutorials
-
HowTo – Generate Maven Projects Using Archetypes
Maven archetypes are invaluable for quickly bootstrapping projects with consistent structure. Here’s a practical guide to using them effectively. What are Maven Archetypes? Think of archetypes as project templates. They provide a standardized way to create new projects with predefined structures and dependencies. This ensures consistency across your team and saves considerable setup time. Common…
-
Generating CSR for SSL Certificate
Generating Certificate Signing Request is essentially the first step towards installing SSL certificate. This post is about generating a CSR using Openssl on Linux system. Prerequisites You need openssl installed on your system, depending on your distribution you can install openssl from the package manager of compile it from the source.
