罪と罰++二律背反

openssl genrsa -out ./cakey.pem
openssl req -new -x509 -config ./usr/share/ssl/openssl.cnf -key ./cakey.pem -out ./cacert.pem
  • openssl req -in certreq.txt -text
openssl ca -config ./openssl.cnf -out ./abc.cer -infiles ./certreq.txt
openssl x509 -in ./abc.cer -out ./xyz.cer

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2012-06-08 (金) 00:24:43 (4339d)