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
In the constructor for getCertificateDetails.certificateDetailsProcess the powershell command does not sanitize $powershellSubjectOutputFilePath properly and fails when there is a space in the path. Easily fixable by single-tick quoting the variable.
The text was updated successfully, but these errors were encountered:
ℹ️ Info
Version:
3.4.0
💬 Description
In the constructor for
getCertificateDetails.certificateDetailsProcess
the powershell command does not sanitize$powershellSubjectOutputFilePath
properly and fails when there is a space in the path. Easily fixable by single-tick quoting the variable.The text was updated successfully, but these errors were encountered: