source: examples/acme_rockets/README @ ef4daa7

abac0-leakabac0-meicompt_changesgec13mei-idmei-rt0-nmei_rt0mei_rt2mei_rt2_fix_1meiyap-rt1meiyap1rt2tvf-new-xml
Last change on this file since ef4daa7 was ef4daa7, checked in by Mike Ryan <mikeryan@…>, 14 years ago

simple Acme example

  • Property mode set to 100644
File size: 559 bytes
Line 
1Acme.buy_rockets <- Acme.preferred_customer
2Acme.preferred_customer <- Coyote
3
4creddy --generate --cn Acme
5
6creddy --generate --cn Coyote
7
8creddy --attribute \
9       --issuer Acme_ID.pem --key Acme_private.pem --role buy_rockets \
10       --subject-cert Acme_ID.pem --subject-role preferred_customer \
11       --out Acme_buy_rockets__Acme_preferred_customer_attr.der
12
13creddy --attribute \
14       --issuer Acme_ID.pem --key Acme_private.pem --role preferred_customer \
15       --subject-cert Coyote_ID.pem \
16       --out Acme_preferred_customer__Coyote_attr.der
Note: See TracBrowser for help on using the repository browser.