CA

出自Gea-Suan Lin's Wiki
於 2018年8月3日 (五) 16:13 由 Gslin留言 | 貢獻 所做的修訂 (创建页面,内容为“<syntaxlightlight lang="shell-session"> openssl genrsa -out rootCA.key 4096 openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 3650 -out rootCA.pem </syntax…”)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
跳至導覽 跳至搜尋

<syntaxlightlight lang="shell-session"> openssl genrsa -out rootCA.key 4096 openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 3650 -out rootCA.pem </syntaxhighlight>