Luis Presuel
Luis Presuel
~This is in dependency for this issue in Venafi Provider for HashiCorp Terraform: [Support Custom Timeouts](https://github.com/Venafi/terraform-provider-venafi/issues/80)~ Not all of this is needed it for the consuming Venafi integrations (PKI Backend,...
**PROBLEM SUMMARY** Currently VCert doesn't support the case to enroll a certificate key-pair (Certificate and Private Key) using Elliptic algorithm by using a --no-prompt flag, in other words, not providing...
Affected docs: - https://github.com/Venafi/vcert/tree/improves-cucumber-readme - https://github.com/Venafi/vcert/tree/improves-cucumber-readme/aruba
- Refactors provisioning process in order to return error if certificate that is being provisioned is expired before even starting provisioning workflow - Enables AZURE test in Aruba Cucumber testing.
- Fixes bug that would print warning log, even if platform flag is set properly. - Fixes description for platform flag
The use of super() in a unittest.TestCase-style class's __init__ method usually means that the class is intended to inherit from unittest.TestCase. In our case, however, Pytest does not require such...
- Migrates from deprecated library `ioutil` - Handles errors that missed handling