...
4) Create initial Certificate for AAF, and create a "p12" (pkcs12) file
IMPORTANT! As you create Certificates for Identities, the Identities you use MUST be identities in your ILM. See /opt/app/aaf/osaaf/data/identities.dat
To create LOCALLY, meaning create the CSR, and submit immediately, do the following
$ bash manual.sh <machine-name> -local
FQI (Fully Qualified Identity):
...
To create Information suitable for Emailing, and signing the returned CSR
$ bash manual.sh sh <machine-localname>
FQI (Fully Qualified Identity):
<identity from identities.dat>@<domain, ex: aaf.osaaf.org>
...
5) Create p12 file for AAF
REMAIN in the intermediate directory...
$ bash p12.sh <machine-name>
# create a Personal Cert (for use in Browsers, etc)
...