logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 468fbe129997b36f0563afd907dc2bf360e90c92
parent 962b24de307f8786a30b2bd18aba4da88b8c4d1b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  9 Jan 2019 04:34:40 +0100

articles/I’m removing defaults to eternal cryptographic signatures.xhtml: update git notice

Diffstat:

Marticles/I’m removing defaults to eternal cryptographic signatures.xhtml2+-
Mfeed.atom2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/articles/I’m removing defaults to eternal cryptographic signatures.xhtml b/articles/I’m removing defaults to eternal cryptographic signatures.xhtml @@ -2,7 +2,7 @@ <a href="/articles/I%E2%80%99m%20removing%20defaults%20to%20eternal%20cryptographic%20signatures"><h1>I’m removing defaults to eternal cryptographic signatures</h1></a> <h2>Quick Notes on how to</h2> <ul> - <li>git: Remove commit.gpgSign (user-wide it’s <code>~/.gitconfig</code>, repo-wide it’s <code>.git/config</code> or <code>config</code> on bare repos). To strip existing commits run <code>git filter-branch</code> on the repositories.</li> + <li>git: Make sure <code>commit.gpgSign</code> isn’t set. (system-wide: <code>git config --system --get commit.gpgSign</code>, user-wide: <code>git config --global --get commit.gpgSign</code>, repo-wide: <code>git config --local --get commit.gpgSign</code>). To strip existing commits run <code>git filter-branch</code> on the repositories.</li> <li>Email: Disable OpenPGP Signatures in your client if you did (also avoid Protonmail), make sure DKIM is non-existent, you may have to self-host your email</li> <li>Fediverse: With Mastodon 2.7.0 (upcoming release as of 2019-01-09) you should use non-public statuses by default (See <a href="https://github.com/tootsuite/mastodon/pull/9659">Pull Request #9659</a>). Otherwise you can use Pleroma which doesn’t have JSON-LD Signatures.</li> <li>XMPP: Not sure, I’ll check later on how OTRv3/v4 and OMEMO works</li> diff --git a/feed.atom b/feed.atom @@ -14,7 +14,7 @@ <link rel="alternate" type="text/html" href="/articles/I%E2%80%99m%20removing%20defaults%20to%20eternal%20cryptographic%20signatures"/> <id>https://hacktivis.me/articles/I%E2%80%99m%20removing%20defaults%20to%20eternal%20cryptographic%20signatures</id> <published>2019-01-09T03:05:54Z</published> - <updated>2019-01-09T03:05:54Z</updated> + <updated>2019-01-09T03:34:49Z</updated> <content type="xhtml"><div> <!--#include file="/articles/I’m removing defaults to eternal cryptographic signatures.xhtml"--> </div></content>