source: examples/example_scripts/python/run_e_prover @ 4721618

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 4721618 was 4721618, checked in by Mei <mei@…>, 11 years ago

1) tested out python and perl test scripts along with

abac_chunk_t calls in libabac's abac.hh

  • Property mode set to 100755
File size: 275 bytes
Line 
1#!/bin/sh
2
3keystore=`pwd`
4
5echo "dumdum" > pfile
6openssl genrsa -des3 -out Soda_private.pem -passout file:pfile
7creddy --generate --cn Soda --key Soda_private.pem
8creddy --generate --cn Cream
9./abac_e_attr.py Soda_ID.pem Soda_private.pem Soda_attr.xml pfile Cream_ID.pem
10
11
Note: See TracBrowser for help on using the repository browser.