摘要:
1.签发根CA openssl genrsa -des3 -out myrootca.key 1024 openssl req -new -key myrootca.key -out myrootca.req openssl x509 -req -days 7305 -extfile rootca.conf -signkey myrootca.key -in myrootca.req -out myrootca.crt2.签发中级CA openssl genrsa -out subca.key 1024 openssl req -new -key subca.key -out subca.re 阅读全文
posted @ 2011-05-22 13:38 季枫 阅读(1248) 评论(0) 推荐(0)
浙公网安备 33010602011771号