# deploy-ruichen-docker **Repository Path**: open-iot/deploy-ruichen-docker ## Basic Information - **Project Name**: deploy-ruichen-docker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # create ssl ```bash $ openssl genrsa -out privatekey.pem 1024 $ openssl req -new -key privatekey.pem -out certrequest.csr $ openssl x509 -req -in certrequest.csr -signkey privatekey.pem -days 5480 -out certificate.pem ``` ```bash subject=C = CN, ST = JiangSu, L = YZ, O = ruichen.top, OU = rich, CN = *.ruichen.top, emailAddress = support@yunplus.io ```