hackerspace-adelaide / association

A repo to track issues (things to do) for the group as a whole.
0 stars 0 forks source link

ssl certs #13

Open thatpixguy opened 7 years ago

thatpixguy commented 7 years ago

ssl certs are expiring. moving to letsencrypt

thatpixguy commented 7 years ago

Congratulations! You have successfully enabled https://bikeadl.org, https://www.toris.land, https://cryptoadl.org, https://members.hackadl.org,
https://www.cryptoadl.org, https://members.hackerspace-adelaide.org.au, https://toris.land, https://staging.hackerspace-adelaide.org.au, and
https://www.bikeadl.org

You should test your configuration at: https://www.ssllabs.com/ssltest/analyze.html?d=bikeadl.orghttps://www.ssllabs.com/ssltest/analyze.html?d=www.toris.land https://www.ssllabs.com/ssltest/analyze.html?d=cryptoadl.org https://www.ssllabs.com/ssltest/analyze.html?d=members.hackadl.org https://www.ssllabs.com/ssltest/analyze.html?d=www.cryptoadl.org https://www.ssllabs.com/ssltest/analyze.html?d=members.hackerspace-adelaide.org.au https://www.ssllabs.com/ssltest/analyze.html?d=toris.land
https://www.ssllabs.com/ssltest/analyze.html?d=staging.hackerspace-adelaide.org.au https://www.ssllabs.com/ssltest/analyze.html?d=www.bikeadl.org

thatpixguy commented 7 years ago

IMPORTANT NOTES:

33d commented 7 years ago

This will break the sign in devices for now; I'd like to implement poor man's authentication anyway.

thatpixguy commented 7 years ago

/etc/apache/sites-available is now a git repo

thatpixguy commented 7 years ago

@33d ssl is optional so http:// still works, but if you were cert pinning that will break because the cert will change every 90 days with letsencrypt

33d commented 7 years ago

It verifies the fingerprint, which I assume (without looking much into it) will change every few months. Arduino for esp8266 doesn't check certificates properly.

thatpixguy commented 7 years ago

i regenerated the cert with members.hackerspace-adelaide.org.au as the "common name" rather than "bikeadl.org" for all the sites. when bare hackerspace-adelaide.org.au is finally moved to slartibartfast, i'll make that the common name. it still lives in /etc/letsencrypt/live/bikeadl.org though.

thatpixguy commented 7 years ago

@33d ok so it's kind-of cert-pinning... hrmm