简体   繁体   English

无法在Liberty中设置keyStore(.p12扩展名)

[英]Not able to setup keyStore( .p12 extension) in Liberty

I am using IBMJSSE2 provider in my enterprise application. 我在企业应用程序中使用IBMJSSE2提供程序。

I am migrating from websphere 8.5 to Liberty 8.5. 我正在从Websphere 8.5迁移到Liberty 8.5。 So Can I use? 我可以使用吗? .p12 file which I got from websphere installed location inside appsvr01 我从appvr01内的websphere安装位置获取的.p12文件

  • If yes then how to use it in tag of server.xml(liberty) 如果是,那么如何在server.xml(liberty)的标签中使用它

-If no then can we generate our own keystore using IBMJSSE2 standard in liberty.Please explain. -如果否,那么我们可以自由地使用IBMJSSE2标准生成自己的密钥库。请解释。

The answer is yes 答案是肯定的
Did you checked the doc here ? 您在此处检查过文档吗?

<keyStore id="samplePKCS12KeyStore"
          location="MyKeyStoreFile.p12"
          type="PKCS12" 
          password="myPassword" />

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM