Hi,
I'm trying to find a code example (ECDSA) that will help me create and sign a new certificate by an existing ca certificate (already uploaded to KV).
I don't fully get the flow, if I'm correct it should be:
- Create a private key directly in KV
- Locally create a CSR
- Send the digest of the CSR (how to extract it?) to the Sign() function of the private key
- Append the signature from the Sign() to the CSR
- Upload the certificate
Can anyone post a basic code sample for that scenario?
Also, I'm not sure if this library is supported by the new "Azure.Security.KeyVault.Certificates" libraries instead of the older "Microsoft.Azure.KeyVault".
Thanks a lot for your help