The solution for the problem.
Edit the openstack-adapter's deployment object not to bother with password and 
it's permanent.
Use this command '$ *kubectl edit deploy -n onap dev-so-openstack-adapter* '
Then find the part that they export ONAP certificates in the container 
arguments. You will see it under 'args'. Then you can add this command below
keytool -import -trustcacerts -keystore \
"/opt/app/osaaf/local/org.onap.so.trust.jks" \
-file /certificates/your-root-ca.crt \
-alias your-root-ca -storepass $cadi_truststore_password -noprompt
You can add your certificate inside the container by adding in dev-so-certs. 
It'll be under certificates folder.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22887): https://lists.onap.org/g/onap-discuss/message/22887
Mute This Topic: https://lists.onap.org/mt/79178920/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to