Nuacht

This is a patched keytool version supporting to import a certificate using a provider using the srcprovidername option. The original keytool is always using the Sun default crypto provider which ...
Patched Java keytool for supporting importing certificates using a given crypto provider - koh-osug/java-keytool ...
Create key pair and certificate request (This method is not used for digital IDs from the UCAM.) To create a certificate request you can use the two commands below. The private key will be saved in ...
$ keytool -importkeystore -srckeystore uat.pfx \ -srcstoretype pkcs12 -srcalias key-alias -destkeystore uat.jks \ -deststoretype jks -deststorepass "" -destalias UAT keytool error: java.lang ...