summaryrefslogtreecommitdiffstats
path: root/auth/sample
diff options
context:
space:
mode:
authorvarun gudisena <vg411h@att.com>2018-08-23 23:07:43 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-23 23:07:43 +0000
commita6c8596ac600c5cd25ed8af1c420a414e1bcd916 (patch)
treee67468d04f5af7264d9e5654ad49aafee4ced095 /auth/sample
parentb8a8129f13ba7a986b4937ff64645e466078a003 (diff)
parentaeb80c8242c6c2d2483c6c396731f455fb841799 (diff)
Merge "CA Bootstrapping"
Diffstat (limited to 'auth/sample')
-rw-r--r--auth/sample/bin/service.sh5
-rw-r--r--auth/sample/local/org.osaaf.aaf.cm.ca.props2
2 files changed, 4 insertions, 3 deletions
diff --git a/auth/sample/bin/service.sh b/auth/sample/bin/service.sh
index 15c3714d..33dca67f 100644
--- a/auth/sample/bin/service.sh
+++ b/auth/sample/bin/service.sh
@@ -89,9 +89,10 @@ if [ ! "$CMD" = "" ]; then
for F in $FILES; do
echo "Changing $1 in $F"
if [ "$ADD" = "Y" ]; then
- echo $2 >> $F
+ echo "$1=$2" >> $F
else
- sed -i.backup -e "s/\\(${1}.*=\\).*/\\1${2}/" $F
+ VALUE=${2//\//\\\/}
+ sed -i.backup -e "s/\(${1}=\).*/\1${VALUE}/" $F
fi
cat $F
done
diff --git a/auth/sample/local/org.osaaf.aaf.cm.ca.props b/auth/sample/local/org.osaaf.aaf.cm.ca.props
index 98e16ce7..b21cf355 100644
--- a/auth/sample/local/org.osaaf.aaf.cm.ca.props
+++ b/auth/sample/local/org.osaaf.aaf.cm.ca.props
@@ -4,7 +4,7 @@
##
#Certman
-cm_ca.local=org.onap.aaf.auth.cm.ca.LocalCA,/opt/app/osaaf/local/org.osaaf.aaf.signer.p12;aaf_intermediate_9;enc:
+cm_ca.local=
cm_ca.local.idDomains=org.osaaf
cm_ca.local.baseSubject=/OU=OSAAF/O=ONAP/C=US
cm_ca.local.perm_type=org.osaaf.aaf.ca