「CA」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
本頁面具有訪問限制。如果您看見此訊息,這代表您沒有訪問本頁面的權限。
無編輯摘要
無編輯摘要
行 1: 行 1:
<syntaxhighlight lang="shell-session">
<syntaxhighlight lang="shell-session">
openssl genrsa -out rootCA.key 4096
$ openssl genrsa -out rootCA.key 4096
openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 3650 -out rootCA.pem
$ openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 3650 -out rootCA.pem
</syntaxhighlight>
</syntaxhighlight>

於 2018年8月3日 (五) 16:14 的修訂

$ openssl genrsa -out rootCA.key 4096
$ openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 3650 -out rootCA.pem