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
If you have customized your order name and do something like:
Get-PAOrder-Name myorder |Submit-Renewal# orSubmit-Renewal-Name myorder
# or evenSet-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.
The text was updated successfully, but these errors were encountered:
If you have customized your order name and do something like:
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
.The text was updated successfully, but these errors were encountered: