Replies: 1 comment 1 reply
-
Is the historical certificate using the same private key as the current certificate? This is typically the case and if so you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can easily obtain the CER version of a historical certificate using Get-VdcCertificate -ID $CertPath -IncludePreviousVersions then take each VaultID pass to Export-VdcVaultObject -ID -OutPath 'c:\cert-export', which ends up with all the CER files in the supplied path.
However is there a way to export the associated Private Key (eg. PKCS #12) as I have yet to find a combination that would achieve this ?
Beta Was this translation helpful? Give feedback.
All reactions