Trying to connect to chef api from c# .
documentation says, sign the header with the private pem key
My Collegues working on node js use a library called ursa which lets them sign a string using the method privateEncrypt
what is wierd though is that method is called 'privateEncrypt' , i thought private keys are for decryption.
any opinion on an equivalent in the c# world ? or how to connect to chef api from c#