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 :
- what is
digitalSignatureand when it should be used. - what is the difference between
keyCertSignandcRLSignand which one to use when?
If you just want to create a simple certificate you do not need to define its usage.