View Single Post
  #1  
Old 12-14-2008, 10:57 PM
whey whey is offline
Member
 
Join Date: Dec 2008
Posts: 14
Default SSL installation // beginning process

My SSL provider just came back to me and now i need to generate a csr code. I tried the following:

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

And nothing happened so I installed openssl 0.9.8i and still nothing, it comes back with:

Code:
Error opening Private Key server.key                                                                
5811:error:02001002:system library:fopen:No such file or directory:bss_file.c:352:fopen('server.key'
,'r')                                                                                               
5811:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:354:                               
unable to load Private Key
any ideas as to what to do? thanks.
Reply With Quote