几个keytool常用命令

以你之姓@ 2021-11-09 01:14 497阅读 0赞

几个ketool常用的命令写法:

  1. List:

  keytool -list
      -alias
      -storepass changeit
      -keystore /usr/lib/jvm/java/jre/lib/security/cacerts

  1. Import:

  keytool -import
      -alias
      -storepass changeit
      -file
      -keystore /usr/lib/jvm/java/jre/lib/security/cacerts


  1. Delete:

keytool -delete
    -alias
    -storepass changeit
    -keystore /usr/lib/jvm/java/jre/lib/security/cacerts

转载于:https://www.cnblogs.com/sheldonxu/archive/2012/05/16/2503876.html

发表评论

表情:
评论列表 (有 0 条评论,497人围观)

还没有评论,来说两句吧...

相关阅读