- 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
-
Upload the certificate_pub.crt in Adobe IO Console-> Your Integration-> Public keys
-
convert private key and certificate to pfx format
$ openssl pkcs12 -export -out mycert.pfx -inkey private.key -in certificate_pub.crt
- Edit the program.cs file and add the properties from your Adobe Developer Console integration.