X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fcsit%2FREADME.txt;fp=auth%2Fcsit%2FREADME.txt;h=3eb554b1149fd6d106818d1e9f7f967cb6676880;hb=67a6d89b907a97a72cffe53daaac2f9ae2784852;hp=0000000000000000000000000000000000000000;hpb=e90fc5fc147df5a7d76cfb5bbc41aabe0d066ccc;p=aaf%2Fauthz.git diff --git a/auth/csit/README.txt b/auth/csit/README.txt new file mode 100644 index 00000000..3eb554b1 --- /dev/null +++ b/auth/csit/README.txt @@ -0,0 +1,40 @@ +# +# Edit the following in /auth/sample/local +# +aaf.props +org.osaaf.aaf.cm.ca.props (leave out Password) + +# cd to main docker dir +cd ../../docker + +# Start the container in bash mode, so it stays up +sh agent.sh bash + +# in another shell, find out your Container name +docker container ls | grep aaf_agent + +# CD to directory with CA info in it. +# (example) +cd /opt/app/osaaf/CA/intermediate_7 + +# copy keystore for this AAF Env +docker container cp -L org.osaaf.aaf.p12 aaf_agent_:/opt/app/osaaf/local +# (in Agent Window) +agent encrypt cadi_keystore_password + +# If you intend to use Certman to sign certs, it is a "local" CA +# copy Signing Keystore into container +docker container cp -L org.osaaf.aaf.signer.p12 aaf_agent_:/opt/app/osaaf/local +# (in Agent Window) +agent encrypt cm_ca.local + +# Check to make sure all passwords are set +grep "enc:" *.props + + +# When good, run AAF +bash drun.sh + +# watch logs in Agent Window +cd ../logs +sh taillog