2013-04-21から1日間の記事一覧

パスフレーズ無し版のオレオレ証明書を作る

いつもやり方忘れるので。メモ。 openssl genrsa -out cert.key 2048 openssl req -new -key cert.key > cert.csr openssl x509 -in cert.csr -days 3650 -req -signkey cert.key > cert.crt