openssl genrsa -out test.com.key 2048
openssl req -new -nodes -key test.com.key -out test.com.csr
openssl x509 -req -days 365 -in test.com.csr -signkey test.com.key -out test.com.crt
cat test.com.key test.com.crt > test.com.pem
- Nov 29 Tue 2011 17:30
-
Generating a Self-Signed Certificate
請先 登入 以發表留言。