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 ...
Modern secure communication heavily relies on TLS/SSL certificates and public-private key cryptography. In Java, certificates and keys are stored in containers called keystores and truststores.
(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 ...