Getting SSL Access to the TOVA Server
- Note: please make sure that the Windows "hide common file extensions" is turned off, so that you see "file.txt" instead of just "file".
- In any folder, select the "View" tab and check the box called "File name extensions" on the right side.
Part 1: Download the tools
- Download the TOVA SSL tools: https://temp.tovacompany.com/hidden/stunnel/tova-stunnel-x86_64.zip
- Double click on the ZIP file.
- Drag the contents, a folder called
tova-stunnel-x86_64
, onto your Desktop.
Part 2: Generate an x509 key and a Certificate Signing Request (CSR)
- Open up the
tova-stunnel-x86_64
folder and double click on request.bat
.
- If Windows "protected your PC", click on 'More Info' and then 'Run Anyway'.
- A command-line window will open.
- Type in a temporary password for your key. You'll only need this password for this process.
- Fill in all of your information, including your location, name, and email address.
- A certificate will be generated, stored in a local 'certificates' folder, and magically sent to the TOVA admins.
- Hit any key to close the window.
- Don't forget that temporary password!
Part 3: Get the signed certificate
- The TOVA admins will ask if that was you, then sign your certificate.
- You'll get an email with an email with a link to your new certificate.
- Copy the first link in the email.
- Start up Chrome, Microsoft Edge, or Microsoft IE. Do not use FireFox. Paste in the link, and it should begin downloading the file
user.crt
.
- Save the file, or move it later, into the
certificates
folder in the tova-stunnel-x86_64
folder that's on your desktop.
Part 4: Generating a P12 file from key and signed certificate
- Double click on
repackage.bat
in the tova-stunnel-x86_64
folder.
- If Windows "protected your PC", click on 'More Info' and then 'Run Anyway'.
- A command-line window will open.
- If it complains about not finding the file, rename the
.ucert
to match the file it's looking for and start this part over.
- Enter in the password you type in above in Part 2.
- A P12 file will be generated in the
certificates
folder.
- Hit any key to close the window.
Part 5: Install certificate into Windows
- Open up the
certificates
folder in the tova-stunnel-x86_64
folder that's on your desktop.
- Double click on the file that ends in
.p12
in the tova-stunnel-x86_64
folder.
- If you want to double check: if you hover over that file, it's called a "Personal Information Exchange" file.
- The Windows Certificate Import Wizard should open.
- Repeatedly hit 'Next' until it asks for your password.
- Enter in the password you type in above in Part 2. Now you can forget this password :)
- Keep clicking 'Next' and finally 'Finish'.
- You should get a dialog that says "The import was successful."
What works now