Join Slack
Powered by
Any one has used Client credential flow? How to ge...
# general
n
NickSuite
10/13/2021, 8:21 AM
Any one has used Client credential flow? How to get the certificate?
s
S Feld
10/15/2021, 5:15 AM
Yes, we are using it You would need to create your own private key and public certificate
n
NickSuite
10/15/2021, 7:51 AM
How can I create a certificate? Which tool did you use?
s
S Feld
10/15/2021, 8:28 AM
I used openssl openssl genrsa -out private.key 2048 openssl req -new -x509 -key private.key -out publickey.cer -days 730
Open in Slack
Previous
Next