Any one has used Client credential flow? How to ge...
# general
n
Any one has used Client credential flow? How to get the certificate?
s
Yes, we are using it You would need to create your own private key and public certificate
n
How can I create a certificate? Which tool did you use?
s
I used openssl openssl genrsa -out private.key 2048 openssl req -new -x509 -key private.key -out publickey.cer -days 730