https://github.com/bright/cdk-self-signed-certificate
https://github.com/bright/cdk-self-signed-certificate
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bright/cdk-self-signed-certificate
- Owner: bright
- License: apache-2.0
- Created: 2024-06-24T05:52:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T05:50:52.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T02:38:13.869Z (about 1 year ago)
- Language: TypeScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CDK Construct to create a self-signed certificate
## Security warning ‼️
Self-signed certificates are usually used only in development environments or applications deployed internally to an
organization. Certificates of this type are generally not trusted by client software such as web browsers. Therefore
clients are likely to generate trust warnings when connecting to a server that has a self-signed certificate.
## Use cases
Secure communication between CloudFront and e.g. Application Load Balancer when the ALB can't have a regular publicly
trusted certificate.