Need help in Purge tokens for CDN and how to generate them | Community
Skip to main content
Level 2
September 14, 2024
Solved

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

  • September 14, 2024
  • 1 reply
  • 712 views

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/purge-cache?lang=en

 

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 ?

 

 

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 adilyataim

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/content-delivery/cdn-credentials-authentication#purge-API-token

 

"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".

1 reply

adilyataimAccepted solution
Level 2
September 15, 2024

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/content-delivery/cdn-credentials-authentication#purge-API-token

 

"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".