openssl genpkey -algorithm RSA -out private.pem
openssl req -new -key private.pem -out mydomain.csr
openssl x509 -req -days 365 -in mydomain.csr -signkey private.pem -out certificate.pem
最終得到的private.pem與certificate.pem
發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *
留言 *
顯示名稱 *
電子郵件地址 *
個人網站網址
在瀏覽器中儲存顯示名稱、電子郵件地址及個人網站網址,以供下次發佈留言時使用。
彙總