'How to concatenate a p12 file using cdk in aws
How do I concatenate an apple p12 file certificate string using cfnAPNSChannel pinPoint on cloudformation?
const apnsChannel = new pinpoint.CfnAPNSChannel(this, 'APNSChannel', { applicationId: ..., teamId: ... enabled: true, bundleId: ..., certificate: ... })
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
