110 lines
3.5 KiB
XML
110 lines
3.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="http://localhost:8000/feed.xml"
|
|
rel="self" type="application/rss+xml" />
|
|
<link>http://localhost:8000/</link>
|
|
<description><![CDATA[]]></description>
|
|
<language>en</language>
|
|
<pubDate>Wed, 08 Nov 2023 00:00:00 -0500</pubDate>
|
|
<lastBuildDate>Thu, 21 Dec 2023 14:04:29 -0500</lastBuildDate>
|
|
<generator>weblorg 0.1.0 (https://emacs.love/weblorg)</generator>
|
|
<webMaster>Judah Sotomayor</webMaster>
|
|
<image>
|
|
<url>http://localhost:8000/media/img/8bitme.png</url>
|
|
<title>Blog Author</title>
|
|
<link>http://localhost:8000/</link>
|
|
</image>
|
|
|
|
|
|
<item>
|
|
<title>My SSH Key</title>
|
|
<link>http://localhost:8000/posts/my-ssh-key.html</link>
|
|
<author>author@mail.com (Blog Author)</author>
|
|
<guid isPermaLink="false">http://localhost:8000/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="orgeaee4bc">
|
|
|
|
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="org6d8551f">
|
|
|
|
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>
|
|
|
|
|
|
</channel>
|
|
</rss>
|