Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Need help in Purge tokens for CDN and how to generate them

Avatar

Level 2

we are trying to implement purge cache for CDN , we are using AEMaCS

 

https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/caching/how-to/pur...

 

How to generate Purge keys .

we we need to raise support ticket to adobe to get those keys for each environment and for rotation of keys ?

Is there a way to generate Purge keys from our end ?

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi @Vishnu9 , you will need to generate those keys from your end. Adobe gives recommendation on the key in this documentation page - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/con...

 

"It is recommended to use a unique random key of minimum 32 bytes length; for example, the Open SSL cryptographic library can generate a random key by executing the command openssl rand -hex 32".

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

Hi @Vishnu9 , you will need to generate those keys from your end. Adobe gives recommendation on the key in this documentation page - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/con...

 

"It is recommended to use a unique random key of minimum 32 bytes length; for example, the Open SSL cryptographic library can generate a random key by executing the command openssl rand -hex 32".