Generate a private key for the CA: $ openssl genrsa 2048 > ca-key.pem · Generate the X509 certificate for the CA: $ openssl req -new -x509 -nodes -days 365000 \ ...
確定! 回上一頁