Protection Engine for Cloud Services

 View Only
  • 1.  Cannot import PKCS12

    Posted Sep 03, 2019 10:22 AM

    SPE for CS 8.0.0.46

    No file is created when trying to import a P12-file using the certiinstall.jar

    /opt/SYMCScan/bin $ rm keyStore.*
    /opt/SYMCScan/bin $ java -jar certinstall.jar --import --infile /tmp/cert.p12 --destination /opt/SYMCScan/bin --password $password
    Before reading CertStorePvtCrypt1, Before Sleep 20 secs...
    Before reading CertStorePvtCrypt1, After Sleep 20 secs...
    
    Certificate file cert.p12 successfully imported. File keyStore.private created in selected destination directory./opt/SYMCScan/bin $ echo $?
    0
    /opt/SYMCScan/bin $ ls keyStore.*
    ls: cannot access keyStore.*: No such file or directory
    

    Same thing happens when is use the GUI (certinstall.jar --gui).

    The text representation of the certificate is shown in the window, the import ends with a success message, yet no file is created.