I have ROS 6.44.1. I want to create certificate with empty,blank key-usage via CLI and I am desperade how to do that. I know how to do that via GUI but no luck via CLI.
If I use this command:
/certificate
add name=ServerX common-name=ServerX
Then the certificate end it up with default values key-usage=digital-signature,key-encipherment,data-encipherment,key-cert-sign,crl-sign,tls-server,tls-client
Can I put there something like key-usage=None? It always says that at least one has to be chosen. But I want none of them.
Thanks