Letractively / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

installing ssl #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.i have installed ssl from godaddy on rubycas, but when i access my site
it say
 "The certificate is not trusted because the issuer certificate is unknown."

What version of RubyCAS-Server are you using? How is it installed (rubygem,
manual install)? How are you running it (webrick, mongrel, passenger,
etc.)?webrick

If relevant, please paste your RubyCAS-Server config.yml file here.
server: webrick
port: 443
ssl_cert: /etc/rubycas-server/www.linklk.com.crt

I have put the received certificate and RSA key which i used to create CSR
on www.linklk.com.crt

Please provide any additional information below.

If i want to put intermediate key where do i put it?

Original issue reported on code.google.com by chthsa...@gmail.com on 1 Apr 2009 at 7:16

GoogleCodeExporter commented 8 years ago
If the SSL key is separate from the certificate, you can specify it's path 
using the
ssl_cert config option.

For example:

server: webrick
port: 443
ssl_cert: /etc/rubycas-server/www.linklt.com.crt
ssl_key: /etc/rubycas-server/www.linklt.com.key

You may need to convert your certificates to PEM format. Google something like
"openssl convert to pem" if you need help converting between certificate 
formats.

Original comment by matt.zuk...@gmail.com on 1 Apr 2009 at 4:09

GoogleCodeExporter commented 8 years ago

Original comment by matt.zuk...@gmail.com on 24 Jun 2009 at 12:51