Venafi / VenafiPS

Powershell module to fully automate your Venafi TLS Protect Datacenter and Cloud platforms!
https://venafips.readthedocs.io/
Apache License 2.0
17 stars 8 forks source link

Get historical certificates #280

Closed afmorton closed 4 weeks ago

afmorton commented 1 month ago

Summary of the new feature/enhancement

Be able to use 'VaultID' in order to get a VdcCertificate as a switch.

Proposed technical implementation details (optional)

After using the Get-VdcCertificate command by using the -IncludePreviousVersions parameter, you get the VaultID(s) of any previous versions returned. Would like to be able to use those returned VaultID(s) to be able to get the historical certificates to be able to export them.

gdbarron commented 1 month ago

@afmorton could you please test the new functionality in the PR?