~ruvolof/cvmfs-test/trunk

« back to all changes in this revision

Viewing changes to Tests/faulty_proxy/creating_rsa.sh

  • Committer: Francesco Ruvolo
  • Date: 2012-06-06 10:15:50 UTC
  • Revision ID: git-v1:a92f3ced0dcf20f787757f18594e45b4bbfaa783
faulty_proxy almost done.
Sudo.pm added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
openssl genrsa -out /tmp/cvmfs_test.key 2048
 
2
openssl req -new -subj "/C=CH/ST=n\/a/L=Geneva/O=CERN/OU=PH-SFT/CN=CVMFS Test Certificate" -key /tmp/cvmfs_test.key -out /tmp/cvmfs_test.csr
 
3
openssl x509 -req -days 365 -in /tmp/cvmfs_test.csr -signkey /tmp/cvmfs_test.key -out /tmp/cvmfs_test.crt