LoginSignup
1
1

More than 5 years have passed since last update.

RSA 2048bitの秘密鍵とcsrをつくるコマンド

Last updated at Posted at 2016-01-18

openssl req -new -nodes -newkey rsa:2048 -keyout example.com.key -out example.com.csr

※パスフレーズは外れた状態になります
※コマンド実行後の詳細は下記を参考に
https://www.geotrust.co.jp/support/ssl/csr/apache_openssl_new.html

1
1
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
1
1