-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Certification Authority by G Open Source Project for LabVIEW - Toolkit for LabVIEW Download
Version | 1.0.0.5 |
Released | Oct 23, 2020 |
Publisher | G Open Source Project for LabVIEW |
License | 0-BSD |
LabVIEW Version | LabVIEW>=13.0 |
Operating System | Windows, Mac, and Linux |
Dependencies | jki_lib_state_machine labview_open_source_lib_data_manipulation labview_open_source_lib_serializer labview_open_source_project_lib_serializer_base64 oglib_array oglib_error oglib_file oglib_string |
Project links | Homepage |
Description
This package provides a Utility to generate self-signed certificates (root CA and server Trusted Certificate + private key) to be deployed in a local network.
The Utility currently supports Cloudflare's SSL workflow for generating the certificates.
https://github.com/cloudflare/cfssl/
Installation:
After installing the package, you can run the Utility from the Tools menu, under "LabVIEW Open Source Project" submenu.
From the UI, you can get a link to the Cloudflare SSL project page where you can download the CFSSL executable for your system.
Download link: https://github.com/cloudflare/cfssl/releases
Download the version of CFSSL that corresponds to your system, and copy the cfssl.exe file under "/LabVIEW Open Source Project/cfssl" folder
The file must be renamed to "cfssl.exe" to be detected by the Utility.
Release Notes
Initial release - support for Cloudflare SSL generation of self-signed certificates