Hi,
In elasticsearch, I can execute :
/usr/share/elasticsearch/jdk/bin/keytool -list -keystore http.p12.orig
Enter keystore password:
Keystore type: PKCS12
Keystore provider: SUN
Your keystore contains 2 entries
http, Nov 2, 2023, PrivateKeyEntry,
Certificate fingerprint (SHA-256): XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX52:59
http_ca, Nov 2, 2023, PrivateKeyEntry,
Certificate fingerprint (SHA-256): XXXXXXXXXXXXXXXXXXXXXXXXXXXX:50
What means private key entry ?
I want to build a similar file
I have a ca with ca.crt file and ca.key file.
How can i build the ca related PrivateKeyEntry in my own file?
Thanks a lot,
Ken