<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Nginx on WickNet</title>
    <link>https://wicknet.dev/tags/nginx/</link>
    <description>Recent content in Nginx on WickNet</description>
    <image>
      <title>WickNet</title>
      <url>https://wicknet.dev/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://wicknet.dev/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.143.1</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 17 Feb 2025 14:08:27 -0500</lastBuildDate>
    <atom:link href="https://wicknet.dev/tags/nginx/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Wicknet.dev Devlog 2025-02-17</title>
      <link>https://wicknet.dev/devlog/wicknet.dev/2025-02-17/</link>
      <pubDate>Mon, 17 Feb 2025 14:08:27 -0500</pubDate>
      <guid>https://wicknet.dev/devlog/wicknet.dev/2025-02-17/</guid>
      <description>&lt;p&gt;In an effort to tidy up the infrastructure behind wicknet.dev, new hostnames and
tls certificates were configured.&lt;/p&gt;
&lt;p&gt;Forge-related services now all run under some combination of &lt;!-- raw HTML omitted --&gt;.forge.lan, and
so a certificate that covered forge.lan and its subdomains was in order.&lt;/p&gt;
&lt;p&gt;To do this, two files were created, &lt;code&gt;forge.lan.conf&lt;/code&gt; and &lt;code&gt;forge.lan.v3.ext&lt;/code&gt;:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code class=&#34;language-forge.lan.conf&#34; data-lang=&#34;forge.lan.conf&#34;&gt;[ req ]
default_bits       = 4096
default_md         = sha512
prompt             = no
encrypt_key        = no

# base request
distinguished_name = req_distinguished_name

# extensions
req_extensions     = v3_req

# distinguished_name
[ req_distinguished_name ]
commonName             = &amp;#34;forge.lan&amp;#34;              # CN=
countryName            = &amp;#34;US&amp;#34;                     # C=
organizationName       = &amp;#34;WickNet&amp;#34;                # O=
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code class=&#34;language-forge.lan.v3.ext&#34; data-lang=&#34;forge.lan.v3.ext&#34;&gt;authorityKeyIdentifier=keyid,issuer
basicConstraints=CA:FALSE
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = forge.lan
DNS.2 = *.forge.lan
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;In the wild, certificates issued by let&amp;rsquo;s encrypt that cover subdomains also
include the base domain in the list of alternate names. This practice is
mirrored here.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
