terraform-provider-bigip
terraform-provider-bigip copied to clipboard
RFE: Add new resource to create/manage OCSP Profiles
Is your feature request related to a problem? Please describe.
We want to be able create and manage OCSP profiles (in the UI under System ›› Certificate Management : Traffic Certificate Management : OCSP ) with the BIGIP TF provider. The scenario with DNS Resolver is the one that is interesting for us.
Describe the solution you'd like
Add support for OCSP Profiles creation/management . Use case is DNS resolver (related to https://github.com/F5Networks/terraform-provider-bigip/issues/864)
Hi,
Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1309.
hi @pgouband
It looks like it has been implemented in v1.20.0, resource bigip_sys_ocsp
After testing a bit I see an issue:
Whatever the value of attribute trusted_responders is, the OCSP profile is configured with an empty value such as
cert_validator_ocsp_trusted_responders "" on the BIGIP.
No plan/apply error.