You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The certificate is downloaded without the guid appended with the name
Actual behavior
We use Export-VcCertificate in our certificate automation. Recently we are observing that it appends a guid(certifiacte id) with the certificate name on downloading the certificate using Export-VcCertificate. This is breaking our automation.
Screenshots
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
Run below command in powershell 7.0:
Export-VcCertificate -ID $certificateId -PrivateKeyPassword $CertPassword -OutPath $TargetDirectory -PKCS12
Expected behavior
The certificate is downloaded without the guid appended with the name
Actual behavior
We use Export-VcCertificate in our certificate automation. Recently we are observing that it appends a guid(certifiacte id) with the certificate name on downloading the certificate using Export-VcCertificate. This is breaking our automation.
Screenshots
The text was updated successfully, but these errors were encountered: