Hi Community,
Can you help me with the steps to create a public/private key pair to use it in Adobe Io console while creating a project.
I looked at the available documentation but it looks like its not up to date.
while creating a project and configure API, I am looking to use the option # 2 which is create your own public/private key pair through terminal and upload your public key.
Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Just generate the key as in the link above and upload it under Adobe io console.
Thanks,
David
Hi,
Just generate the key as in the link above and upload it under Adobe io console.
Thanks,
David
Views
Replies
Total Likes
Hi,
run the following command be sure to replace 365 by the number of days you want and DATE with the current DATE
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout adobe_privatekey_DATE.key -out adobe_publickey_DATE.crt
Thanks,
David
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies