0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

秘密鍵、X509証明書 作成

Posted at

秘密鍵の精製

openssl genrsa -rand rand.dat -des3 2048 > hoge.key

X509証明書の作成

openssl req -new -x509 -out hoge.crt -key hoge.key

秘密鍵へのパスフレーズ挿入

openssl rsa -in hoge.key -out hoge.key 
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?