...
This is recommended for learning/testing AAF. You can modify and save off this information for your Organizational use at your discretion.
Extract Sample Configuration
On your Linux box (creating/setting permissions as required)
...
jar -xvf AAF_sample_config_v1.zip
Create your own Certificate Authority
Note: This can be skipped if you plan on utilizing your own Certificate Authority (this is recommended to get started, even if you utilize a different CA later)
...
mechanism through JSCEP, but you will need to obtain your first Certificates manually all the same
IMPORTANT! The Identities you use MUST be identities in your ILM. See /opt/app/aaf/osaaf/data/identities.dat
cd /opt/app/aaf/osaaf/CA
<view README.txt for last minute info>
<view an/or change "subject.aaf" for your needs>. This format will be used on all generated certs from the CA.
bash newca.sh
< available soon ... bash newintermediate.sh <name>>
\# create an Application Cert
bash manual.sh <your FQDN for this machine> -local
\# create a Personal Cert (for use in Browsers, etc)
bash manual.sh -local
Setting this initial Data can be done directly onto Cassadra using "cqlsh" using the following "cql" files:
...