Create SSL pem file
To make .pem file from SSL certificate, run cat yourdomain.key yourdomain.crt yourdomain.ca-bundle > yourdomain.pem Here is the format —–BEGIN RSA PRIVATE KEY—–…
To make .pem file from SSL certificate, run cat yourdomain.key yourdomain.crt yourdomain.ca-bundle > yourdomain.pem Here is the format —–BEGIN RSA PRIVATE KEY—–…