Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Steps

  1. create the certificate and private key using openssl

$ openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout private.key -out certificate_pub.crt

  1. Upload the certificate_pub.crt in Adobe IO Console-> Your Integration-> Public keys

  2. convert private key and certificate to pfx format

$ openssl pkcs12 -export -out mycert.pfx -inkey private.key -in certificate_pub.crt

  1. Edit the program.cs file and add the properties from your Adobe Developer Console integration.