コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.
解決済み

Embedding Digital Certificate to Pdf

Avatar

Level 3

I would like to embed the digital certificate obtained by using public key on the pdf form. The AEM site 

https://experienceleague.adobe.com/en/docs/experience-manager-65/content/forms/developer-reference/p...

 

says 

NOTE
Before you can digitally sign a PDF document, you must ensure that you add the certificate to AEM Forms. A certificate is added using administration console or programmatically using the Trust Manager API. (See Importing Credentials by using the Trust Manager API.)
 
I generate the certificate and store in s3 bucket. Does AEM have a storage to store the certificates . The AEM documentation says loading certificate from administration console. 
 
This is not clear to me
トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Community Advisor and Adobe Champion

Hi, 

 

You can load this into the KeyStore, from which you can then retrieve the certificate. This blog explains the process, though it may not exactly match your use case. You can follow it as a pattern: https://joao.ws/how-to-use-the-aem-key-store/ 

 

Also, check these resources: 

https://www.theaemmaven.com/post/enhance-security-in-aem-with-azure-key-vault-integration

https://helpx.adobe.com/experience-manager/how-to/How_to_reconfiguring_the_truststore_and_keystore.h... 


Hope this helps



Esteban Bustamante

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor and Adobe Champion

Hi, 

 

You can load this into the KeyStore, from which you can then retrieve the certificate. This blog explains the process, though it may not exactly match your use case. You can follow it as a pattern: https://joao.ws/how-to-use-the-aem-key-store/ 

 

Also, check these resources: 

https://www.theaemmaven.com/post/enhance-security-in-aem-with-azure-key-vault-integration

https://helpx.adobe.com/experience-manager/how-to/How_to_reconfiguring_the_truststore_and_keystore.h... 


Hope this helps



Esteban Bustamante

Avatar

Level 3

This is  one way where I can use AEM KeyStore. We are being told to look at other secure stores than AEmKeyStore. So your suggestion works if I go with AEm Key Store. What If I use AWS Certificates Manager?