~ubuntu-branches/ubuntu/utopic/mongrel2/utopic

« back to all changes in this revision

Viewing changes to tests/ca/README

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2014-06-11 15:26:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140611152626-7ixr3pdpkvjk7h92
Tags: 1.9.1-1
* Update to upstream release 1.9.1
* remove binary .swf files from source tarball
* revert certificate workaround (fixed upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
cd certs
6
6
openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key
7
 
openssl ca -in CSR.csr -out m2-cert.pem -keyfile ../private/cakey.pem -cert ../cacert.pem 
 
7
openssl ca -config ../openssl.cnf -in CSR.csr -out m2-cert.pem -keyfile ../private/cakey.pem -cert ../cacert.pem 
8
8
 
9
9
#this command verifies it
10
10
openssl verify -CAfile ./cacert.pem certs/m2-cert.pem