Integrate AEM-Adobe launch using internal RSA Key pair | Community
Skip to main content
Level 3
December 21, 2021
Solved

Integrate AEM-Adobe launch using internal RSA Key pair

  • December 21, 2021
  • 3 replies
  • 2482 views

Hello all,

 

Could some one help me with how to integrate AEM with Adobe launch via AEM IMS Configuration using the locally generated key by agency rather than AEM certificate generated using AEM IMS config console.

This is a requirement and adobe also recommends this but there is no option in AEM - IMS console 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kiran_Vedantam

Hi @aem_savy 

 

So, if i understand you correct, you have created SSL keys using Adobe I/O command line and you want to use them to configure the IMS with your AEM? Please confirm.

 

Check if this URL works in integration: https://github.com/adobe/aem-enablement/tree/master/AEMAsACloudService/11_CloudManager_AIO

 

CC: @pratheeparunraj 

 

Thanks,

Kiran Vedantam.

3 replies

pradeep_nextrow
Level 4
December 21, 2021

@aem_savy You can change the certificate option when you are configuring the Adobe IMS Technical Account configuration in AEM to upload your own key instead of the auto-generated one. Make sure you need to add the public key in the technical account configuration in console.adobe.io as well. You can refer to this help section for more details - https://experienceleague.adobe.com/docs/experience-manager-learn/sites/integrations/experience-platform-launch/connect-aem-launch-adobe-io.html?lang=en

aem_savyAuthor
Level 3
December 21, 2021

Hi Pradeep,

 

I have been following that link to do the integration. But I don't see any option to upload generated certificate(using openssl) in AEM - IMS config. Could you please share a screenshot if possible.

 

Adobe also recommends to follow as in the below link to generate key 

"https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/authentication/set-up-public-private-keys-for-use-with-aem-and-adobe-io.html?lang=en"

 

But no luck in achieving the integration using generated certificate

 

 

PratheepArunRaj
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
January 7, 2022

@kiran_vedantam Can you help here buddy?

Thank You, Pratheep Arun Raj B (Arun) | Xerago | Terryn Winter Analytics
NimashaJain
Adobe Employee
Adobe Employee
January 6, 2022

@pratheeparunraj @stewart_schilling Experts from AEM with AEP could help here!

Kiran_Vedantam
Community Advisor
Kiran_VedantamCommunity AdvisorAccepted solution
Community Advisor
January 7, 2022

Hi @aem_savy 

 

So, if i understand you correct, you have created SSL keys using Adobe I/O command line and you want to use them to configure the IMS with your AEM? Please confirm.

 

Check if this URL works in integration: https://github.com/adobe/aem-enablement/tree/master/AEMAsACloudService/11_CloudManager_AIO

 

CC: @pratheeparunraj 

 

Thanks,

Kiran Vedantam.

aem_savyAuthor
Level 3
February 9, 2022

Hi Kiran, 

 

I was looking for integrating AEM with CJA via Adobe launch using Customer generated RSA certificate instead of the one generated in the tool . To achieve that first step is to have AEM and Adobe launch integration . 

 

Adobe also suggested the pattern of using agency-generated key and certificates for AEM – Adobe launch integration in AEM – IMS config.

We are following the steps recommended in : https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/authentication/set-up-public-private-keys-for-use-with-aem-and-adobe-io.html?lang=en

Steps are as below:
We are navigating to AEM -> Security -> users- > search for launch-event-service -> create key store -> upload the locally generated keystore.

After this step I presume we should be able to see the newly added certificates in the AEM-IMS config drop down but this isn’t happening .

aem_savyAuthor
Level 3
February 24, 2022

Hi All, 

 

I was able to resolve this issue.
We need to configure for "Dtm-reactor-imsconfig-service" instead of "launch-event-service" . 
Adobe Experience documents don't have this updated.

 

Thanks all