Support Shared Certificates
Customers want to be able to serve content from the edge using a secure certificate (https://)
Poppy will offer 3 options to be able to do this:
1. Shared Domain - this is when the user is given an operator owned domain that they must use. e.g. https:/
2. SAN Certificate - this is when the user uses https on their own domain, but the cert itself is shared with many other domains. The user will be able to CNAME their own domain to an operator access_url. e.g. https:/
3. Custom Certificate - this is when the user gets a dedicated certificate for the domain they entered.
With Akamai - akamai will provision the certificate - see Akamai Secure Cert Provisioning API [1].
With other providers, they allow the user to upload the certificate. In this case, we should utilize Barbican do generate a cert, and upload to the provider via their API.
The API is defined in apiary to allow the user to specify the type of cert to use. The operator should be able to define which certificate types are offered via the poppy.conf file.
Vendor Provisioning:
[1] Akamai SSL Provisioning API - https:/
Using Barbican to generate and upload:
[2] CloudFront SSL API - http://
[3] https:/
[4] https:/
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Medium
- Drafter:
- Amit Gandhi
- Direction:
- Approved
- Assignee:
- Tony Tan
- Definition:
- Approved
- Series goal:
- Accepted for kilo
- Implementation:
- Implemented
- Milestone target:
- kilo-3
- Started by
- Amit Gandhi
- Completed by
- Amit Gandhi
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
add shared_ssl property to domain model
Addressed by: https:/
Implement Shared SSL domain feature Implements: blueprint shared-ssl
Gerrit topic: https:/
Addressed by: https:/
Add Akamai provider SPS configs Implements blueprint: shared-ssl
Addressed by: https:/
Add API tests for ssl cert feature
Addressed by: https:/
Impelment SAN and Custom ssl cert Implments blueprint: shared-ssl
Gerrit topic: https:/
Gerrit topic: https:/
Gerrit topic: https:/
Work Items
Work items:
Implement Shared SSL : TODO
Implement SAN: TODO
Implement Custom Certificates: TODO
Implement Akamai: TODO
Implement Fastly: TODO
Implement MaxCDN: TODO
Implement CloudFront: TODO