<bdo id='fdPZK'></bdo><ul id='fdPZK'></ul>
<i id='fdPZK'><tr id='fdPZK'><dt id='fdPZK'><q id='fdPZK'><span id='fdPZK'><b id='fdPZK'><form id='fdPZK'><ins id='fdPZK'></ins><ul id='fdPZK'></ul><sub id='fdPZK'></sub></form><legend id='fdPZK'></legend><bdo id='fdPZK'><pre id='fdPZK'><center id='fdPZK'></center></pre></bdo></b><th id='fdPZK'></th></span></q></dt></tr></i><div id='fdPZK'><tfoot id='fdPZK'></tfoot><dl id='fdPZK'><fieldset id='fdPZK'></fieldset></dl></div>

<legend id='fdPZK'><style id='fdPZK'><dir id='fdPZK'><q id='fdPZK'></q></dir></style></legend>

<small id='fdPZK'></small><noframes id='fdPZK'>

<tfoot id='fdPZK'></tfoot>
      1. 如何找出我的 JVM 正在使用的密钥库?

        How do I find out what keystore my JVM is using?(如何找出我的 JVM 正在使用的密钥库?)
      2. <small id='zhDW9'></small><noframes id='zhDW9'>

            <tbody id='zhDW9'></tbody>

        1. <tfoot id='zhDW9'></tfoot>
            • <legend id='zhDW9'><style id='zhDW9'><dir id='zhDW9'><q id='zhDW9'></q></dir></style></legend>

                <i id='zhDW9'><tr id='zhDW9'><dt id='zhDW9'><q id='zhDW9'><span id='zhDW9'><b id='zhDW9'><form id='zhDW9'><ins id='zhDW9'></ins><ul id='zhDW9'></ul><sub id='zhDW9'></sub></form><legend id='zhDW9'></legend><bdo id='zhDW9'><pre id='zhDW9'><center id='zhDW9'></center></pre></bdo></b><th id='zhDW9'></th></span></q></dt></tr></i><div id='zhDW9'><tfoot id='zhDW9'></tfoot><dl id='zhDW9'><fieldset id='zhDW9'></fieldset></dl></div>

                  <bdo id='zhDW9'></bdo><ul id='zhDW9'></ul>
                  本文介绍了如何找出我的 JVM 正在使用的密钥库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我需要将证书导入到我的 JVM 密钥库中.我正在使用以下内容:

                  I need to import a certificate into my JVM keystore. I am using the following:

                  keytool -import -alias daldap -file somecert.cer
                  

                  所以我可能需要将我的调用更改为:

                  so I would need to probably change my call into something like:

                  keytool -import -alias daldap -file somecert.cer -keystore cacerts –storepass changeit
                  

                  推荐答案

                  您的密钥库将在您的 JAVA_HOME--->JRE -->lib--->安全-->证书.您需要检查您的 JAVA_HOME 的配置位置,可能是这些地方之一,

                  Your keystore will be in your JAVA_HOME---> JRE -->lib---> security--> cacerts. You need to check where your JAVA_HOME is configured, possibly one of these places,

                  1. 计算机--->高级-->环境变量--->JAVA_HOME

                  1. Computer--->Advanced --> Environment variables---> JAVA_HOME

                  您的服务器启动批处理文件.

                  Your server startup batch files.

                  在您的导入命令中 -keystore cacerts(在此处提供上述 JRE 的完整路径,而不仅仅是说 cacerts).

                  In your import command -keystore cacerts (give full path to the above JRE here instead of just saying cacerts).

                  这篇关于如何找出我的 JVM 正在使用的密钥库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Bytecode features not available in the Java language(Java 语言中不可用的字节码功能)
                  ClassCastException because of classloaders?(ClassCastException 因为类加载器?)
                  How can I add a Javaagent to a JVM without stopping the JVM?(如何在不停止 JVM 的情况下将 Javaagent 添加到 JVM?)
                  Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                  Encourage the JVM to GC rather than grow the heap?(鼓励 JVM 进行 GC 而不是增加堆?)
                  Why a sawtooth shaped graph?(为什么是锯齿形图形?)

                  <small id='YrGPR'></small><noframes id='YrGPR'>

                  1. <tfoot id='YrGPR'></tfoot>
                      <tbody id='YrGPR'></tbody>

                        <bdo id='YrGPR'></bdo><ul id='YrGPR'></ul>
                        <legend id='YrGPR'><style id='YrGPR'><dir id='YrGPR'><q id='YrGPR'></q></dir></style></legend>
                        <i id='YrGPR'><tr id='YrGPR'><dt id='YrGPR'><q id='YrGPR'><span id='YrGPR'><b id='YrGPR'><form id='YrGPR'><ins id='YrGPR'></ins><ul id='YrGPR'></ul><sub id='YrGPR'></sub></form><legend id='YrGPR'></legend><bdo id='YrGPR'><pre id='YrGPR'><center id='YrGPR'></center></pre></bdo></b><th id='YrGPR'></th></span></q></dt></tr></i><div id='YrGPR'><tfoot id='YrGPR'></tfoot><dl id='YrGPR'><fieldset id='YrGPR'></fieldset></dl></div>