
cert
文章平均质量分 74
「已注销」
这个作者很懒,什么都没留下…
展开
-
自签证书问题梳理
1.自签证书在freeradius提示错误:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag发现主要是证书的中扩展属性的ASN编码的某个字段无法被openssl解析原创 2013-12-11 18:49:00 · 8380 阅读 · 3 评论 -
常用证书格式转换
openssl的证书格式转换PKCS 全称是 Public-KeyCryptography Standards ,是由 RSA 实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准,PKCS 目前共发布过 15 个标准。 常用的有:PKCS#7 Cryptographic Message Syntax StandardPKCS#10 Ce转载 2013-12-13 11:03:03 · 1475 阅读 · 0 评论 -
openssl 证书操作命令
# 查看KEY信息> openssl rsa -noout -text -in myserver.key# 查看CSR信息> openssl req -noout -text -in myserver.csr# 查看证书信息> openssl x509 -noout -text -in ca.crt# 验证证书# 会提示self signed转载 2014-05-23 16:28:37 · 43940 阅读 · 3 评论