Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export-VcCertificate Appends a Guid with the Certificate Name when downloading the certificate. #315

Open
aprajitapriya16 opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@aprajitapriya16
Copy link

Environment

Full Operating System: Windows Server 2016
VenafiPS version: LAtest Version
PowerShell version: 7.0
TLSPDC version (if applicable):

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

@gdbarron gdbarron self-assigned this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants