171 lines
5.5 KiB
XML
171 lines
5.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<rss version="2.0"
|
|
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
|
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:atom="http://www.w3.org/2005/Atom"
|
|
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
|
|
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
|
|
xmlns:georss="http://www.georss.org/georss"
|
|
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
|
|
xmlns:media="http://search.yahoo.com/mrss/">
|
|
<channel>
|
|
<title>Open Thoughts</title>
|
|
<atom:link
|
|
href="https://judah.freedomland.xyz//feed.xml"
|
|
rel="self" type="application/rss+xml" />
|
|
<link>https://judah.freedomland.xyz//</link>
|
|
<description><![CDATA[]]></description>
|
|
<language>en</language>
|
|
<pubDate>Thu, 21 Dec 2023 00:00:00 -0500</pubDate>
|
|
<lastBuildDate>Thu, 21 Dec 2023 20:05:56 -0500</lastBuildDate>
|
|
<generator>weblorg 0.1.0 (https://emacs.love/weblorg)</generator>
|
|
<webMaster>Judah Sotomayor</webMaster>
|
|
<image>
|
|
<url>https://judah.freedomland.xyz//media/img/8bitme.png</url>
|
|
<title>Blog Author</title>
|
|
<link>https://judah.freedomland.xyz//</link>
|
|
</image>
|
|
|
|
|
|
<item>
|
|
<title>RSS Feed</title>
|
|
<link>https://judah.freedomland.xyz//posts/rss-feed.html</link>
|
|
<author>author@mail.com (Blog Author)</author>
|
|
<guid isPermaLink="false">https://judah.freedomland.xyz//posts/rss-feed.html</guid>
|
|
|
|
<pubDate>Thu, 21 Dec 2023 00:00:00 -0500</pubDate>
|
|
|
|
<description><![CDATA[<p>
|
|
Rather than an email-based subscription service, I'll be using <a href="https://en.wikipedia.org/wiki/RSS#:~:text=RSS%20(RDF%20Site%20Summary%20or,standardized%2C%20computer%2Dreadable%20format.">RSS</a>.
|
|
It's an amazing subscription mechanism used by a lot of blogs and podcasts.
|
|
All you need to subscribe is an RSS client, which you can pass my <a href="https://judah.freedomland.xyz//feed.xml">link</a>.
|
|
</p>
|
|
]]></description>
|
|
</item>
|
|
|
|
<item>
|
|
<title>My SSH Key</title>
|
|
<link>https://judah.freedomland.xyz//posts/my-ssh-key.html</link>
|
|
<author>author@mail.com (Blog Author)</author>
|
|
<guid isPermaLink="false">https://judah.freedomland.xyz//posts/my-ssh-key.html</guid>
|
|
|
|
<pubDate>Wed, 08 Nov 2023 00:00:00 -0500</pubDate>
|
|
|
|
<description><![CDATA[<p>
|
|
In the interest of integrity, here is my public ssh key.
|
|
This is the key I use to sign all of my commits.
|
|
If any project purports to be from me, and is <i>not</i> signed by this key, there is a strong chance it is disingenuous.
|
|
</p>
|
|
|
|
<div id="outline-container-key" class="outline-2">
|
|
<h2 id="key">Key:</h2>
|
|
<div class="outline-text-2">
|
|
<pre class="example" id="org99b2815">
|
|
|
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP
|
|
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-fingerprint" class="outline-2">
|
|
<h2 id="fingerprint">Fingerprint:</h2>
|
|
<div class="outline-text-2">
|
|
<pre class="example" id="orgb3ad079">
|
|
|
|
SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI
|
|
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-directions" class="outline-2">
|
|
<h2 id="directions">Directions</h2>
|
|
<div class="outline-text-2">
|
|
<p>
|
|
If you're cloning a project off a major git platform, you can check that the latest commit states "Verified" or "Signed".
|
|
Then you can check that my key fingerprint matches with the one above.
|
|
</p>
|
|
|
|
<p>
|
|
If you've gotten ahold of source code some other way, run <code class="src src-sh">git verify-commit HEAD</code> to ensure that the latest commit has been signed.
|
|
</p>
|
|
</div>
|
|
|
|
<div id="outline-container-example" class="outline-3">
|
|
<h3 id="example">Example</h3>
|
|
<div class="outline-text-3">
|
|
<div class="org-src-container">
|
|
<pre class="src src-bash">git verify-commit HEAD
|
|
</pre>
|
|
</div>
|
|
<pre class="example">
|
|
|
|
Good "git" signature for development@freedomland.xyz with ED25519 key SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI
|
|
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-website-repo" class="outline-2">
|
|
<h2 id="website-repo">Website repo</h2>
|
|
<div class="outline-text-2">
|
|
<p>
|
|
<a href="https://git.freedomland.xyz/judahsotomayor/website">This link</a> directs to my website's source code.
|
|
You can check that the latest commits are signed with my key.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
]]></description>
|
|
</item>
|
|
|
|
<item>
|
|
<title>QubesOS Signing Key</title>
|
|
<link>https://judah.freedomland.xyz//posts/qubesos-signing-key.html</link>
|
|
<author>author@mail.com (Blog Author)</author>
|
|
<guid isPermaLink="false">https://judah.freedomland.xyz//posts/qubesos-signing-key.html</guid>
|
|
|
|
<description><![CDATA[<div class="alert" id="org2c28657">
|
|
<div class="alert-heading" id="org3e0e946">
|
|
<p>
|
|
Double check your keys!
|
|
</p>
|
|
|
|
</div>
|
|
<p>
|
|
Do not blindly trust me.
|
|
Find another website or another source for the key.
|
|
</p>
|
|
|
|
<p>
|
|
Find a photograph or other item that is difficult to forge.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<p>
|
|
This is the signature for the Qubes master signing key.
|
|
I provide it here as another copy of a currently known-good key.
|
|
The QMSK is the root of trust for all QubesOS development.
|
|
Qubes release keys and developer keys are all signed with the QMSK.
|
|
</p>
|
|
|
|
<p>
|
|
Please see <a href="https://www.qubes-os.org/security/verifying-signatures/#how-to-import-and-authenticate-the-qubes-master-signing-key">the Qubes website</a> for more information.
|
|
</p>
|
|
|
|
<pre class="example" id="orgad550f9">
|
|
|
|
427F 11FD 0FAA 4B08 0123
|
|
F0IC DDFA 1A3E 3687 9494
|
|
|
|
</pre>
|
|
]]></description>
|
|
</item>
|
|
|
|
|
|
</channel>
|
|
</rss>
|