Hi.
I've tried so many times to generate certificate for Non Interactive Login, following API NG documentation.
But nothing seems to work..
I hope this thread will be a definitive guide.
Someone have a windows batch that works?
This is mine:
Thanks
PS: Which is an easy way to test if it's OK with Java or C# or python?
I've tried so many times to generate certificate for Non Interactive Login, following API NG documentation.
But nothing seems to work..
I hope this thread will be a definitive guide.
Someone have a windows batch that works?
This is mine:
Code:
openssl genrsa -out betfair.key 2048 openssl req -new -key betfair.key -out betfair.csr openssl x509 -req -signkey betfair.key -in betfair.csr -out betfair.crt type betfair.key betfair.crt > betfair.pem
PS: Which is an easy way to test if it's OK with Java or C# or python?



Comment