/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to ssl/genkey

  • Committer: Suren A. Chilingaryan
  • Date: 2009-02-16 09:27:17 UTC
  • Revision ID: csa@dside.dyndns.org-20090216092717-wipyvaaw2srxhgns
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/bash
 
2
 
 
3
openssl genrsa -out test.key
 
4
openssl req -new -key test.key -out test.csr
 
5
openssl x509 -req -signkey test.key -out test.crt -in test.csr
 
6
rm -f test.csr
 
 
b'\\ No newline at end of file'