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

Submit-Renewal fails to pass custom order names to New-PACertificate #393

Closed
rmbolger opened this issue Oct 6, 2021 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@rmbolger
Copy link
Owner

rmbolger commented Oct 6, 2021

If you have customized your order name and do something like:

Get-PAOrder -Name myorder | Submit-Renewal

# or
Submit-Renewal -Name myorder

# or even
Set-PAOrder -Name myorder
Submit-Renewal

The resulting certificate gets created as a new (duplicate) order with the default Name value instead of overwriting the existing order and using the custom name. This seems to be because it's not including the old order's Name parameter when building the parameters to send to New-PACertificate.

@rmbolger rmbolger self-assigned this Oct 6, 2021
@rmbolger rmbolger added the bug Something isn't working label Oct 6, 2021
@rmbolger
Copy link
Owner Author

rmbolger commented Oct 6, 2021

This should be fixed in the next release.

@rmbolger rmbolger closed this as completed Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant