Cisco Headend System Release 2.7 Guide De Montage

Page de 138
 
Appendix C 
SSL Configuration for the LoadPIMS Web Service 
124 
4036043 Rev B 
4  Email the server.csr to the Certificate Authority. Some CAs provide a website to 
paste the content of the CSR on their website. Then email yourself the signed 
certificate. 
5  Type the following commands and then press Enter to create a server key which 
doesn't cause Apache to prompt for a password. 
openssl rsa -in server.key -out server.key.insecure
 
mv server.key server.key.secure
 
mv server.key.insecure server.key
 
Important:  Although this means that you don't have to type in a password 
when restarting the Apache server, it does mean that anyone obtaining this 
insecure key will be able to decrypt your transmissions. Guard it for permissions 
very carefully.