Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup a SSL certificate for the wiki with Letsencrypt #133

Open
chombium opened this issue Oct 22, 2017 · 3 comments
Open

Setup a SSL certificate for the wiki with Letsencrypt #133

chombium opened this issue Oct 22, 2017 · 3 comments

Comments

@chombium
Copy link
Member

It would be great if we secure our wiki with a SSL certificate.
One option would be to do that with letsencrypt
It' easy and free to setup a certificate with letsencrypt

Tutorials:

https://github.com/riceissa/nginx-mediawiki/blob/master/README.md
https://www.guyrutenberg.com/2015/11/07/getting-started-with-lets-encrypt-tutorial/
https://phschaad.com/guides/server_setup/ssl_with_letsencrypt

Best Regards,
Jovan

@emka
Copy link
Member

emka commented Oct 24, 2017

Are you referring to the DAI Makerspace wiki?
The old community wiki and the CoMakingSpace wiki are both secured by LetsEncrypt certificates.

I would also recommend to secure the DAI Makerspace wiki with a letsencrypt certificate.

@chombium
Copy link
Member Author

@emka yes, i was referring to dai makerspace wiki

@HDValentin
Copy link

Der Link von https://www.heidelberg-makerspace.de/ ist ohne https://
Hier wäre eine entsprechende Weiterleitung per .htaccess hilfreich.

Beispielcode:

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{ENV:HTTPS} !=on
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=307,L]
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants