https证书生成

生成crt证书

openssl req -new -x509 -key domain.key -out domain.crt -days 365

将CRT转换为CSR:

openssl req -new -key domain.key -out domain.csr