• Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Medium Medium
    • Guilin Release
    • Frankfurt Release
    • None
    • None

      Following error was reported while testing HV-ves with k8s plugin 2.0.0 

      Exception in thread "main" org.onap.dcaegen2.services.sdk.security.ssl.exceptions.ReadingPasswordFromFileException: Could not read password from /etc/ves-hv/ssl/jks.pass   

       

      Password is read from wrong file jks.pass instead of trust.pass


      k8splugin version 2.0.0 will automatically mount the CA certificate, in PEM and JKS formats, in the directory /opt/dcae/cacert. It is not necessary to add anything to the blueprint. To get the CA certificates in a different directory, add a tls_info property to the blueprint, set use_tls to false, and set cert_directory to the directory where the CA certs are needed. Whatever directory is used, the following files will be available:

      • trust.jks: A Java truststore containing the AAF CA certificate. (Needed by clients that access TLS-protected servers.)
      • trust.pass: A text file with a single line that contains the password for the{{trust.jks }}keystore.
      • cacert.pem: The AAF CA certificate, in PEM form. (Needed by clients that access TLS-protected servers.)

      ------

            pwielebs pwielebs
            vv770d vv770d
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: