Reputation: 813
I am trying to create a certificate with the keytool
utility.
i need some information on keyUsage, i have seen the javadoc.
however i am not able to understand the the difference between various key usage like :
digitalSignature
and when it should be used.keyCertSign
and cRLSign
and which one to use when?Upvotes: 0
Views: 1354
Reputation: 1500
If you just want to create a simple certificate you do not need to define its usage.
Upvotes: 1