openssl-env

It defines the settings required by the scripts and will need to be customized for users environment. The Windows version looks like the following:
set CA_SUBJECT_COMMON_NAME=FactoryTalk Analytics Private CA
set SUBJECT_COUNTRY=US
set SUBJECT_ORGANIZATION_NAME=Acme Widgets
set SUBJECT_STATE=CA
set SUBJECT_LOCALITY=San Jose
set SUBJECT_COMMON_NAME=acme-widgets.com
set CERT_ROOT_DIRECTORY=%homedrive%%homepath%\.fta-ca
rem The expiration time for the self-managed Certificate Authority certificate and private key
set CA_EXPIRATION_DAYS=3650
rem Path to the Windows version of the OpenSSL command line interface
rem
rem The OpenSSL site has a list of Windows distributions
rem https://wiki.openssl.org/index.php/Binaries
rem
rem Shining Light Productions Win64 OpenSSL v1.1.1 Light version
rem works well with these scripts.
rem
rem https://slproweb.com/products/Win32OpenSSL.html
rem
set OPENSSL="C:\Program Files\OpenSSL-Win64-Light\bin\openssl.exe"
For more details, refer to “openssl-env Settings”.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.