openssl req -new -x509 -nodes -sha1 -days 365 -key host.key > host.cert. The -new, -x509, and -nodes options are used to create an unencrypted certificate.
確定! 回上一頁