- git clone https://github.com/brainiak/rtAttenPenn_cloud.git
- bash scripts/install-rtAtten.sh
This is used by the web interface for https connections
- Open 'Keychain Access' chrome->settings->advanced->manage certificates
- Select 'login' keychain
- Select 'Certificates' category
- Drag certificate file to the list of certificates (or use File->Import Items...)
- Double click the imported certificate (or right click 'Get Info') and add trust for ssl In the 'trust' section, under 'Secure Socket Layers' select 'Always Trust'
Chrome:
- click three dots in chrome and click 'more tools'->'developer tools'->'Security' tab
- Click view certificate
- Drag the picture (image) of a certificate to your desktop
Firefox:
- Open Firefox to webpage - should see 'Your connection is not secure'
- Click 'Advanced' button, click 'Add Exception' button
- In pop-up window click 'view...', select the 'Details' tab, and 'Export' button
- Client-Server SSL Certificate error
- This happens if the self-signed certificate used to establish encryption between client and server has either expired or doesn't exist. The two files needed are the self-signed certificate 'rtfMRI.crt', and the private-key 'rtfMRI_rsa.private'. These can be regenerated using the script 'certs/create-certs.sh'. The files are linked to a numbered version, so it maybe necessary to unlink previous versions.