The Amadeus Keytool Plugin allows to build java keystores (and truststores) within the Maven build. This per se does not make it unique. But if you need to add multiple certificates, Amadeus Keytool ...
# Step 1: Generating a key pair. SAN or subject alternative mentioned below should have IP or DNS of machines that host the servers which may want to communicate with ...
(This method is not used for digital IDs from the UCAM.) keytool -genkey -alias xxx-keyalg RSA -keysize 4096 keytool -certreq -keyalg RSA -keysize 4096 -alias xxx -file xxx-req.pem To import the GÉANT ...