Server SSL Security Setup
To connect securely to my Acoustic Ckub archives without encountering browser "Not Secure" warnings, please follow the rapid authorization steps for your operating system below.
Windows Secure Installation
-
Download the certificate file:
Download ssl-cert.crt
(This file will save straight into your standard Downloads folder).
-
Open Command Prompt as Administrator:
Click your Windows Start Menu, type cmd, right-click on Command Prompt, and select "Run as Administrator".
-
Paste and execute this installation code:
Copy the text in the black box below, paste it into your Command Prompt window, and press Enter:
certutil -addstore -f "Root" "%USERPROFILE%\Downloads\ssl-cert.crt"
macOS & Linux Secure Installation
-
Download the shell installer script:
Download trust-cert.sh
-
Execute via Terminal:
Open your Terminal application, navigate to your downloads directory, and run these two commands:
chmod +x trust-cert.sh
./trust-cert.sh
?? IMPORTANT: Completely CLOSE and REOPEN Google Chrome, Edge, or Safari after completing the steps above for the changes to apply.