We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Full Operating System: VenafiPS version: 6.7 PowerShell version: 7.4.5 (MacOS) TLSPDC version (if applicable): N/A
Add an issuing template and change the API alias value in TLSPC where "Issuing Template" is not equal to "API Alias"
I would expect VenafiPS to work like vcert CLI does and honour the "API Alias" value
ie:
new-VaasCertificate -Application Demo -IssuingTemplate zt -CommonName venafipsnew67.venafi.lab -PassThru
Exception: Issuing template zt does not exist
Using Alias value fails
Using Template name works
The text was updated successfully, but these errors were encountered:
fix #313
7b62b26
Looks like #314 fixed that issue. Thanks for the quick turn around
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
Steps to reproduce
Add an issuing template and change the API alias value in TLSPC where "Issuing Template" is not equal to "API Alias"
Expected behavior
I would expect VenafiPS to work like vcert CLI does and honour the "API Alias" value
ie:
Actual behaviour
Using Alias value fails
Screenshots
Using Template name works
The text was updated successfully, but these errors were encountered: