commit: 4b2e6a676974a52707d9404e69331ed327bd3ad3
parent f371706823a0c3a824f4a34b0eb6a714682f47e8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 23 Jun 2017 22:34:17 +0200
antisèche-nginx: s/ssl_dhparam/ssl_ecdh_curve/
Diffstat:
4 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/antisèche-nginx.shtml b/antisèche-nginx.shtml
@@ -40,7 +40,7 @@ server {
ssl_prefer_server_ciphers on; # Parceque les clients on une config TLS toute pouritte
ssl_protocols TLSv1.2; # POODLE sur ≤TLS1.1
ssl_dhparam ssl/dhparam.pem; # “openssl dhparam -out dhparam.pem 2048” (4096 est <strong>très</strong> long)
- ssl_dhparam secp384r1:secp521r1; # if("failed: unknown curve"): ssl_dhparam secp384r1;
+ ssl_ecdh_curve secp384r1:secp521r1; # if("failed: unknown curve"): ssl_dhparam secp384r1;
ssl_stapling on;
ssl_stapling_verify on;
ssl_session_cache shared:SSL:10m;
diff --git a/articles/Gitter sucks.html b/articles/Gitter sucks.html
@@ -0,0 +1,8 @@
+<p>Yeah, very imaginative title… But well, here is why gitter just sucks compared to all chat things I saw:</p>
+<ul>
+ <li>You have to sign in, but you can see the lobby or whatever without being logged on via the JS thing
+ <li>The IRC bridge requires you to sign in or it throws you out of the server…
+ <li>You can <em>only</em> sign in with Github or Twitter
+ <li>Triple-Facepalm for the <a href="https://gitter.zendesk.com/hc/en-us/articles/200876472-Privacy-policy">Privacy Policy</a> and probably the rest of the <a href="https://gitter.zendesk.com/hc/en-us/sections/200274872-Legal-documentation">Legal Documents</a> (hosted on Zendesk™ because hosting text is hard…)
+</ul>
+<p>I’m really glad I’m more of a sysadmin/netadmin than a developer… at least it doesn’t tries to please my kind. Seriously with all this DevOp shit don’t make it more hard for cypherpunks/privacy-nerds.</p>
diff --git a/articles/Gitter sucks.shtml b/articles/Gitter sucks.shtml
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+<!--#include file="/templates/head.shtml" -->
+ <title>Gitter sucks — Cyber-home of lanodan</title>
+ <link type="application/rss+xml" href="/rss" title="flux RSS" rel="alternate"></link>
+ </head>
+ <body>
+ <article>
+<!--#include file="/articles/Gitter sucks.html"-->
+ </article>
+ <a href="/articles/Gitter%20sucks.html">article only(plain HTML)</a>
+<!--#include file="/templates/en/footer.html" -->
+ </body>
+</html>
diff --git a/home.shtml b/home.shtml
@@ -8,6 +8,9 @@
<body>
<!--#set var="transPageUrl" value='accueil' --><!--#include file="templates/en/nav.shtml" -->
<article>
+<!--#include file="/articles/Gitter sucks.html"-->
+ </article>
+ <article>
<!--#include file="/articles/ed.html"-->
</article>
<article>