当前位置:网站首页>keytool命令
keytool命令
2022-08-04 02:21:00 【菠萝Hero】
- 语法格式:keytool [命令]
常用参数:
-certreq生成证书请求
-changealias更改条目的别名
-delete删除条目
-exportcert导出证书
-genkeypait生成密钥对
-genseckey生成密钥
-gencert根据证书请求生成证书
-importcert导入证书或证书链
-importkeystore从其他密钥库导入一个或所有条目
-keypasswd更改条目的密钥口令
-list列出密钥库中的条目
-printcert打印证书内容
-printcertreq打印证书请求的内容
-printcrl打印CRL文件的内容
-storepasswd更改密钥库的存储口令
查看证书
keytool -list -keystore %JAVA_HOME%\jre\lib\security\cacerts
导入证书
keytool -import -alias [证书别名] -keystore %JAVA_HOME%\jre\lib\security\cacerts -file [证书路径] -trustcacerts
删除证书
keytool -delete -alias [删除的证书别名] -keystore %JAVA_HOME%\jre\lib\security\cacerts -storepass [密钥]
tips:[密钥]一般为changeit
边栏推荐
- Kubernetes:(九)coredns(浪不动了)
- html select tag assignment database query result
- 持续投入商品研发,叮咚买菜赢在了供应链投入上
- 在更一般意义上验算移位距离和假设
- 计算首屏时间
- QNX Hypervisor 2.2 user manual] 10.1 gm vdev options
- 5.scrapy中间件&分布式爬虫
- 2022年茶艺师(中级)考试试题模拟考试平台操作
- In the season of going overseas, the localization of Internet tips for going overseas
- 小程序:扫码打开参数解析
猜你喜欢
共n级台阶,每次可以上1级或2级台阶,有多少种上法?
实例041:类的方法与变量
Continuing to invest in product research and development, Dingdong Maicai wins in supply chain investment
【指针内功修炼】深度剖析指针笔试题(三)
董明珠直播时冷脸离场,员工频犯低级错误,自家产品没人能弄明白
Instance, 038: the sum of the diagonal matrix
In the season of going overseas, the localization of Internet tips for going overseas
html select标签赋值数据库查询结果
【Playwright测试教程】5分钟上手
Priority_queue element as a pointer, the overloaded operators
随机推荐
Kubernetes:(九)coredns(浪不动了)
5. Scrapy middleware & distributed crawler
pytorch应用于MNIST手写字体识别
flinkcdc 消费 mysql binlog 没有 sqltype=delete 的数据是什么原
sql有关问题,小时粒度,找到前一个小时内的数据
工程制图复习题(带答案)
Oracle迁移到瀚高之后,空值问题处理
ant-design的Select组件采用自定义后缀图标(suffixIcon属性)时,点击该自定义图标没有反应,不会展示下拉菜单的问题
Example: 036 is a prime number
Continuing to invest in product research and development, Dingdong Maicai wins in supply chain investment
Security First: Tools You Need to Know to Implement DevSecOps Best Practices
【Playwright测试教程】5分钟上手
工程制图名词解释-重点知识
简单的线性表的顺序表示实现,以及线性表的链式表示和实现、带头节点的单向链表,C语言简单实现一些基本功能
脚手架内容详解分析
C程序编译和预定义详解
WPE详细教程
计算首屏时间
2022.8.3-----leetcode.899
lombok注解@RequiredArgsConstructor的使用