* openssl genrsa -out pop3.key 2048 (2048 bits 應該夠用了)
* openssl req -new -key pop3.key -out pop3.csr
* openssl x509 -req -days 365 -sha1 -extensions v3_req -CA NCTU.crt -CAkey NCTU.key -CAserial NCTU.srl -CAcreateserial -in pop3.csr -out pop3.crt

(從DK長輩那邊偷來,也是拿來搜尋用的)

arrow
arrow
    全站熱搜

    發表在 痞客邦 留言(0) 人氣()