Skip to content

v6.8.0

Latest
Compare
Choose a tag to compare
@gdbarron gdbarron released this 06 Feb 12:48
  • Add Get-VenafiSession to centralize session management. For nested and/or piped functions, pull the session from the call stack.
  • Add PolicyPath to Export-VdcCertificate output and Import-VdcCertificate -PolicyPath. This allows the imported certificate to be created in the same policy folder. This could be used to synchronize across environments for example. The addition of Import-VdcCertificate -Force will cause a policy path to be created if it does not already exist; policy subfolders are supported as well.
  • Add Import-VcCertificate blocklist functionality. Override the blocklist by default and honor the blocklist if the environment variable VC_ENABLE_BLOCKLIST is set to true.
  • Fix VC import failure with a large number of keystores, #322
  • Hide dekEncryptedPassword from verbose output
  • Remove Filename from Export-VdcCertificate when outputting data and not writing to a file