Docs • VAPID Keys • JeetPush Cloud
VAPID keys: generate & configure
VAPID keys authorize your push notifications. Generate once and keep them secure.
Generate
Create keys
If your server app provides a generator command, use it and copy the keys into your environment variables.
Never expose private keys in public repos.
Configure
Update environment
Set:
VAPID_SUBJECT=mailto:contact@jsanmedia.com VAPID_PUBLIC_KEY=... VAPID_PRIVATE_KEY=...
VAPID FAQ
Should I rotate VAPID keys?
Rotate only if compromised. Rotating may require re-subscribing users depending on implementation.
Is VAPID required?
Yes. For standard Web Push, VAPID keys are required for authorization.