<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kagasu</author_name>
  <author_url>https://blog.hatena.ne.jp/kagasu/</author_url>
  <blog_title>備忘録</blog_title>
  <blog_url>https://kagasu.hatenablog.com/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>Ⅰ. はじめに タイトルの通り「Linuxで自己署名証明書を発行する方法」です。 オレオレ証明書とも呼ばれる事があります。 Ⅱ. やり方 1. 秘密鍵生成(RSA 2048bit) openssl genrsa 2048 &gt; server.key 2. 証明書署名要求(CSR)の生成 openssl req -new -key server.key &gt; server.csr 3. CA証明書生成 openssl x509 -req -days 3650 -signkey server.key &lt; server.csr &gt; server.crt その他 Linuxで任意CA証明書をインストールす…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkagasu.hatenablog.com%2Fentry%2F2021%2F03%2F13%2F120932&quot; title=&quot;Linuxで自己署名証明書を発行する方法 - 備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-03-13 12:09:32</published>
  <title>Linuxで自己署名証明書を発行する方法</title>
  <type>rich</type>
  <url>https://kagasu.hatenablog.com/entry/2021/03/13/120932</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
