LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get issued to Common name from a website with X509 certificates

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.

 

winniewanda_1-1718209318448.png

 

Thanks

Winnie

0 Kudos
Message 1 of 3
(351 Views)

If you can get the name using PowerShell, how about just calling PowerShell from LabVIEW?

 

Someone has done it before:

https://forums.ni.com/t5/LabVIEW/Run-windows-script-commands-in-Labview/m-p/4089966/highlight/true#M...

 

 

0 Kudos
Message 2 of 3
(314 Views)

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

0 Kudos
Message 3 of 3
(296 Views)