秘密鍵生成。パスフレーズは適当。
openssl genrsa -des3 -out key.pem 2048
パスフレーズ除去
openssl rsa -in key.pem -out key.pem
CSR生成
openssl req -new -key key.pem -out csr.pem -days 3650
証明書作成
openssl x509 -in csr.pem -out crt.pem -req -signkey key.pem
秘密鍵と証明書をまとめる
cat key.pem >> pound.pem
cat crt.pem >> pound.pem
パーミッション変更
chmod 600 pound.pem
確認
pound -c
Warning: Undefined array key 0 in
/home/millionwaves/snowdream.org/public_html/million/wp-content/plugins/mwp/mwp_related_posts.php on line
30
Warning: Attempt to read property "term_id" on null in
/home/millionwaves/snowdream.org/public_html/million/wp-content/plugins/mwp/mwp_related_posts.php on line
30
Warning: Undefined variable $excludeclause in
/home/millionwaves/snowdream.org/public_html/million/wp-content/plugins/mwp/mwp_related_posts.php on line
43
Warning: Undefined variable $args in
/home/millionwaves/snowdream.org/public_html/million/wp-content/plugins/mwp/mwp_related_posts.php on line
23
Warning: Undefined variable $excludeclause in
/home/millionwaves/snowdream.org/public_html/million/wp-content/plugins/mwp/mwp_related_posts.php on line
43
BitLockerで起動しないトラブル

Microsoft アカウントでログインして、回復キーを入手する。…
RAID10のofflineからの復旧

今日はいきなり1台のハードディスクが止まり、何故かRAID10の全ハードディスクがofflineになり、真っ青になりました。実はRAID10のストレージからバックアップをと…