logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 828b5ae3ff2aca93314e7dd378fcc831dd5290a4
parent 9556235a612ef7b810cdb7c8ab13052d028df322
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  1 Nov 2019 00:13:51 +0100

articles/Bootstrapping signify for my assets

Diffstat:

Aarticles/Bootstrapping signify for my assets.shtml15+++++++++++++++
Aarticles/Bootstrapping signify for my assets.xhtml32++++++++++++++++++++++++++++++++
Mfeed.atom11+++++++++++
Mhome.shtml1+
4 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/articles/Bootstrapping signify for my assets.shtml b/articles/Bootstrapping signify for my assets.shtml @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en"> + <head> +<!--#include file="/templates/head.shtml" --> + <meta property="og:type" content="article"/> + <meta property="og:title" content="Bootstrapping signify for my assets"/> + <title>Bootstrapping signify for my assets — Cyber-home of lanodan</title> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> +<!--#include file="/articles/Bootstrapping signify for my assets.xhtml"--> + <a href="/articles/Bootstrapping%20signify%20for%20my%20assets.xhtml">article only(plain XHTML)</a> +<!--#include file="/templates/en/footer.html" --> + </body> +</html> diff --git a/articles/Bootstrapping signify for my assets.xhtml b/articles/Bootstrapping signify for my assets.xhtml @@ -0,0 +1,32 @@ +<article xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="h-entry"> +<a href="/articles/Bootstrapping%20signify%20for%20my%20assets"><h1>Bootstrapping signify for my assets</h1></a> +<p><a href="/articles/Pretty%20Bad%20Privacy">As you might know</a>, I'm not a huge fan of OpenPGP so when I learned about <a href="https://flak.tedunangst.com/post/signify">OpenBSD's signify(1)</a> I wanted to use it on doing my next software release, now is the time.</p> +<p>In a way similar to OpenBSD I'm going to rotate keys at least once every 6 months, I'll not probably not write blog articles on each rotation unless it nicely syncs with my status updates but I'll copy them into <a href="https://hacktivis.me/releases/signify/">https://hacktivis.me/releases/signify/</a> and post them on the fediverse (<a href="https://queer.hacktivis.me/objects/ad8b985c-495c-4c34-a3db-4758cb4eb13f">like this</a>) or any other place.</p> +<h2>keys and their signatures</h2> +<p>2019-10 is the first key present to have both key signed, actual assets will be using 2019-11 (the second key), first key being there only to show how the rotation is done.</p> +<h3>2019-10.pub</h3> +<pre> +untrusted comment: minisign public key C99CEA24AB65873 +RWRzWLZKos6ZDNH4RrGKwA5/I4OUJtgR/CHZkn1Cac0Qxj9wTxH2WgIL +</pre> +<h3>2019-10.pub.2019-11.sig</h3> +<pre> +untrusted comment: signature from minisign secret key +RWQpg/ljPbQGXyNHZOdkuRmIw2GubkKwIsEeujcywnAa7iJjWkOxj7plCP09wr+wkJujpZMEJTEMUTxBimPEF3RXx43ITM9EhgQ= +trusted comment: timestamp:1572560484 file:2019-10.pub +Mn5xpXQjR2tK1pPe1MrzJTsfRTPM8clPwlEQFUHulHM6ZBGSZRVQBc8qcEOrV/omUjS5cbEfTBC/pzxeTs3EBQ== +</pre> +<h3>2019-11.pub</h3> +<pre> +untrusted comment: minisign public key 5F06B43D63F98329 +RWQpg/ljPbQGX16QkJEETSdJ4taNNB7acmdkVEMW2waT5GeXwvn3emSR +</pre> +<h3>2019-11.pub.2019-10.sig</h3> +<pre> +untrusted comment: signature from minisign secret key +RWRzWLZKos6ZDHJvpCdCVNiQ2xVuYqJakRgTbMYAsn9BIdC7q+X/5TaHwAG3HvA9QThUnnZ936GMukMcj3hs9vhZtjPcJw8a6gM= +trusted comment: timestamp:1572560509 file:2019-11.pub +/T+4tPEtKIxut9tEOrJUQKRi25A/Vn7V64MntZpWxPiOzD9h5EvYc10cVp5dNzWYQ2Wp+iMFjZvKbwTe+kbSBQ== +</pre> +<p><a href="https://queer.hacktivis.me/objects/ad8b985c-495c-4c34-a3db-4758cb4eb13f">Fediverse post for comments</a>, published on 2019-10-31T23:08:00Z, last updated on 2019-10-31T23:08:00Z</p> +</article> diff --git a/feed.atom b/feed.atom @@ -10,6 +10,17 @@ </author> <entry> + <title>Bootstrapping signify for my assets</title> + <link rel="alternate" type="text/html" href="/articles/Bootstrapping%20signify%20for%20my%20assets"/> + <id>https://hacktivis.me/articles/Bootstrapping%20signify%20for%20my%20assets</id> + <published>2019-10-31T23:08:00Z</published> + <updated>2019-10-31T23:08:00Z</updated> + <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<!--#include file="/articles/Bootstrapping signify for my assets.xhtml"--> + </div></content> + </entry> + + <entry> <title>2019-09 Summary</title> <link rel="alternate" type="text/html" href="/articles/2019-09%20Summary"/> <id>https://hacktivis.me/articles/2019-09%20Summary</id> diff --git a/home.shtml b/home.shtml @@ -6,6 +6,7 @@ </head> <body> <!--#set var="transPageUrl" value='accueil' --><!--#set var="feedURL" value='/feed.atom'--><!--#include file="templates/en/nav.shtml" --> +<!--#include file="/articles/Bootstrapping signify for my assets.xhtml"--> <!--#include file="/articles/2019-09 Summary.xhtml"--> <!--#include file="/articles/2019-08 Summary.xhtml"--> <!--#include file="/articles/Rust sucks as a system language.xhtml"-->