Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure SSL for weblogic

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you how to configure weblogic SSL, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

Generate a certificate

Openssl req-new-out ca-req.csr-key ca-key.pem-config / usr/ssl/openssl.cnf

1011 openssl x509-req-in ca-req.csr-out ca-cert.pem-signkey ca-key.pem-days 3650

1012 ls

1013 keytool-genkey-alias example-validity 1013-keyalg RSA-keysize 1024-key pass 123456-storepass 123456-keystore example.jks

1014 keytool-genkey-alias example-validity 1014-keyalg RSA-keysize 1024-keypass 123456-storepass 123456-keystore example.jks

1015 ls

1016 keytool-certreq-alias example-sigalg MD5withRSA-file example.csr-keypass 123456-keystore example.jks-storepass 123456

1017 openssl x509-req-in example.csr-out example.pem-CA ca-cert.pem-CAkey ca-key.pem-days-set_serial 1

1018 keytool-import-v-trustcacerts-keypass 123456-storepass 123456-alias root-file ca-cert.pem-keystore example.jks

1019 > keytool-import-v-trustcacerts-storepass 123456-alias example-file example.pem-keystore example.jks

1020 keytool-import-v-trustcacerts-storepass 123456-alias example-file example.pem-keystore example.jks

1021 keytool-import-alias example-ca-trustcacerts-file ca/ca-cert.pem-keystore exampletrust.jks

1022 keytool-import-alias example-ca-trustcacerts-file ca-cert.pem-keystore exampletrust.jks

When configuring weblogic, select:

Custom identification and custom trust

The error is reported later, check SSL.

Use JSSE SSL

These are all the contents of the article "how to configure SSL for weblogic". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 206

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report