Service Virtualization

  • 1.  How to get JKS certificate (or any other) which is authorized by Certification Authority (CA) and can be used in LISA VSM?

    Posted Mar 21, 2017 09:01 AM

    Hi Everyone,

     

    I have server side certificate which is in .crt format. But it seems I cannot use .crt certificate in VSM directly. I need to import same into some JKS certificate and then use.

     

    In LISA, we do have webreckeys.ks certificate but it is a self-signed certificate.

     

    So, I want to know how to get JKS certificate (or any other which can be used) which is authorized by Certification Authority (CA) which I can use in VSM?

     

    Also, it would be great if someone can tell about LISA truststore and how/when to use the same.

     

    Note: I'm using DevTest 8.4 version.

     

    Thanks,

    Sid



  • 2.  Re: How to get JKS certificate (or any other) which is authorized by Certification Authority (CA) and can be used in LISA VSM?
    Best Answer

    Posted Mar 21, 2017 10:49 AM

    Hi

     

    Have you read this document Of SSL, SNI, Java and DevTest ?  It mentions some tools that will let you convert certificate formats into Java keystores,



  • 3.  Re: How to get JKS certificate (or any other) which is authorized by Certification Authority (CA) and can be used in LISA VSM?

    Posted Mar 22, 2017 02:05 AM

    Hi Dave, thanks for providing this link. Let me go thru it and will revert with any queries.



  • 4.  Re: How to get JKS certificate (or any other) which is authorized by Certification Authority (CA) and can be used in LISA VSM?

    Posted Mar 21, 2017 03:24 PM

    You no need of keystore to import in VSM.. you can convert your cert into .pfx and import in LISTEN step. which perfectly works fine. .. 



  • 5.  Re: How to get JKS certificate (or any other) which is authorized by Certification Authority (CA) and can be used in LISA VSM?

    Posted Mar 22, 2017 02:28 AM

    Hi Jagath,

     

    Based on your response, I found below link on google and used same to convert .crt cert into .pfx format.

     

    SSL Converter - Convert SSL Certificates to different formats 

     

    Above link asks .crt cert, it's private key file, PFX password as input, and produces certificate in .pfx format. Is this how we need to convert .crt into .pfx?

     

    I'm able to load .pfx cert in VSM and verify. But during verification, I see below warning / error at the end:

     

    Certificate Verification Failed (trusted CA's) may be issues by private CA.