Closed GoogleCodeExporter closed 9 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
Original comment by matt.zuk...@gmail.com
on 24 Jun 2009 at 12:51
Original issue reported on code.google.com by
chthsa...@gmail.com
on 1 Apr 2009 at 7:16