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"