06-12-2024 11:24 AM
Hello,
I am trying to get the "issued to" Common name from a website with labview. I can get the common name with PowerShell.
How can I do the same in labview. I tried using X509 certificates, but could build the the VI. Any help would be greatly appreciated.
Thanks
Winnie
06-12-2024 03:31 PM
If you can get the name using PowerShell, how about just calling PowerShell from LabVIEW?
Someone has done it before:
06-12-2024 09:23 PM
Hi Kyle,
I actually use a batch file to run the scripts, I just thought I could just use the X509 certificates to get this done. If it cannot be done, I will stick with powershell. Thank you for reply.
thanks.
Winnie