JKS or PKCS ?
Dear friends,
I磎 trying to access a safe server through Https. The connection algorithm and all handshake stuff is done, already tested in a local server.
The problem is:
I磎 trying to access a IIS server with a certificate generated through the MS certsrv web page, with the following specification:
Submit a certificate request using a base64 encoded PKCS #10 file or a renewal request using a base64 encoded PKCS #7 file
I磎 trying to generate the keystore through the comand:
keytool -genkey -alias fup -keypass changeit -keystore fup.keystore -stor
epass changeit -storetype PKCS#10
but it doesn磘 accept such type...
any tip ?

