Generate SSL Certificates.

--

Generate CA key pair.
View certificate details
$ openssl x509 -in file-path.crt -text -noout

Generate .JKS Certificate store file manually.

  • Create keystore.

$keytool genkey

  • Create csr
  • import the certs

IMPORTANTS NOTES TO VALIDATE:

  • Check the length of the jks is correct.

$ keytool -list -v -keystore <JKS_FIKE> |grep -i length

  • Check which certificates are in a Java keystore:

$ keytool -list -v -keystore keystore.jks

  • Check the content and all certificate alias available.

$keytool -list -v -keystore <JKS_FIKE> |grep -i alias

--

--

Khemnath chauhan
Khemnath chauhan

No responses yet