First step is to build the CA private key and CA certificate pair. openssl genrsa -des3 -out ca.key 4096 openssl req -new -x509 -days 3650 -key ...
確定! 回上一頁