Skip to content

Add support for TLS certificate packs#508

Merged
patryk merged 2 commits intocloudflare:masterfrom
jacobbednarz:add-certificate-pack-support
Jul 30, 2020
Merged

Add support for TLS certificate packs#508
patryk merged 2 commits intocloudflare:masterfrom
jacobbednarz:add-certificate-pack-support

Conversation

@jacobbednarz
Copy link
Copy Markdown
Contributor

@jacobbednarz jacobbednarz commented Jul 27, 2020

Updates the library to introduce support for certificate packs.

API documentation:

This includes the support for advanced certificate management in it's
own methods. I attempted to look at combining them into a single method
and toggling functionality based on CertificatePack.Type however as
the responses differed, the function signature wasn't able to be shared
between the two. In uses of the library (like Terraform provider) this
detail can be hidden behind the implementation without any hassles.

@patryk patryk merged commit b0f1090 into cloudflare:master Jul 30, 2020
@jacobbednarz jacobbednarz deleted the add-certificate-pack-support branch August 10, 2020 03:37
Justin-Holmes pushed a commit to Justin-Holmes/cloudflare-go that referenced this pull request Sep 17, 2020
* Add support for TLS certificate packs

Updates the library to introduce support for certificate packs.

API documentation:

- https://api.cloudflare.com/#certificate-packs-properties
- https://developers.cloudflare.com/ssl/advanced-certificate-manager

* simplify response structs

Co-authored-by: Patryk Szczygłowski <patryk@patryk.net>
Justin-Holmes pushed a commit to Justin-Holmes/cloudflare-go that referenced this pull request Sep 18, 2020
* Add support for TLS certificate packs

Updates the library to introduce support for certificate packs.

API documentation:

- https://api.cloudflare.com/#certificate-packs-properties
- https://developers.cloudflare.com/ssl/advanced-certificate-manager

* simplify response structs

Co-authored-by: Patryk Szczygłowski <patryk@patryk.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants