We can create a self-signed certificate with just a private key: openssl req -key domain.key -new -x509 -days 365 -out domain.crt.
確定! 回上一頁