...
Step Four: Create Public Key and Secret
lorem:
...
Lorem:
...
Lorem:
...
In order for the integration to be secure, a public and private key need to be generated. There are various means to create one. For the sake of this tutorial, we will use the https://cryptotools.net/rsagen
Click on the link to be brought to the RSA Key Generator and then click on the Generate key pair to have a public and private key generated:
...
Copy the Private key and save to a text file called private_key.pem:
...
Copy the public key to a text file and save it as public_key.pem :
...
Great. We now have a public and private key pair to use for our API Credentials.
Step Five: Add API Credentials
...