dev-resources.site
for different kinds of informations.
LibreSSL: openssl エラー - v3_ca エクステンションが存在しない
Published at
5/5/2023
Categories
libressl
openssl
security
openbsd
Author
nabbisen
Author
8 person written this
nabbisen
open
openssl
は LibreSSL ユーティリティの一つです。OpenBSD の 6.7 において、こちらを使って v3_ca エクステンションでルートならびに中間証明書を生成しようとすると、エラーが発生しました。
これは /etc/ssl/openssl.cnf
にデフォルトで [ v3_ca ]
セクションが存在しなかったためです。
解決方法は、必要に応じてバックアップを取得した後に、このセクションを追加することです。
$ doas cp -p /etc/ssl/openssl.cnf /etc/ssl/openssl.cnf.org
$ doas nvim /etc/ssl/openssl.cnf
[ v3_ca ]
セクションを追加します:
+ [ v3_ca ]
+ basicConstraints = critical,CA:TRUE
+ subjectKeyIdentifier = hash
+ authorityKeyIdentifier = keyid:always,issuer:always
余談ですが私がこのエラーに遭遇したのは、PostgreSQL のサーバーとクライアント間で TLS 接続を確立しようとした時でした。以下のようなエラーが発生しました:
$ # create a root certificate authority
[...]
$ openssl x509 -req -in root.csr -text -days 36500 -extfile /etc/ssl/openssl.cnf -extensions v3_ca -signkey root.key -out root.crt
Error Loading extension section v3_ca
openbsd Article's
30 articles in total
History of my ThinkPad X260
read article
OpenBSD 7.5 を 7.6 へ アップグレード
read article
OpenBSD Upgrade 7.5 to 7.6
read article
OpenBSD 7.4 を 7.5 へ アップグレード
read article
OpenBSD Upgrade 7.4 to 7.5
read article
signify: replacement for PGP signing?
read article
OpenBSD 7.3 を 7.4 へ アップグレード
read article
OpenBSD Upgrade 7.3 to 7.4
read article
Compiling Ruby 3.3 on OpenBSD 7.4
read article
Drupal 10.1 On OpenBSD 7.3: Install with Composer
read article
OpenBSD acme-client で Let's Encrypt 証明書を取得する
read article
Joomla! 4.3 on OpenBSD 7.3: インストール
read article
Joomla! 4.3 on OpenBSD 7.3: Install
read article
MariaDB 10.9 on OpenBSD 7.3: インストール
read article
MariaDB 10.9 on OpenBSD 7.3: Install
read article
PHP-FPM 8.2 on OpenBSD 7.3
read article
OpenBSD httpd 7.3: Web サーバー
read article
Tor on OpenBSD 7.3 (日本語)
read article
Tor on OpenBSD 7.3
read article
OpenBSD: Unleash the Power of Security and Reliability!
read article
Conoha VPS: OpenBSD 7.3 - インストール・メディアを VM にアタッチ
read article
PHP-FPM 8.1 on OpenBSD 7.3
read article
OpenBSD 7.3 on VirtualBox 7: Installation as guest OS failed due to I/O APIC enabled
read article
OpenBSD 7.3 on VirtualBox 7: ゲスト OS インストールに失敗 - 原因は I/O APIC 有効化
read article
OpenBSD httpd 7.3: Web server
read article
PostgreSQL on OpenBSD: 14 から 15 へのアップグレード - pg_upgrade 使用
read article
PostgreSQL on OpenBSD: 12 から 13 へのアップグレード - pg_dumpall 使用
read article
LibreSSL: openssl エラー - v3_ca エクステンションが存在しない
currently reading
PostgreSQL on OpenBSD: Upgrade 14 to 15 with pg_upgrade
read article
OpenBSD 7.2 を 7.3 へ アップグレード
read article
Featured ones: