A self-signed certificate can be generated using the OpenSSL and keytool programs: Copy. openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem ...
確定! 回上一頁