Anonymous | Login | Signup for a new account | 11-22-2024 02:47 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0005471 | [Documentation] | minor | always | 06-21-13 11:27 | 06-21-13 11:27 | |||||||
Reporter | rickHigh | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | Platform | ||||||||
Status | new | OS | ||||||||||
Projection | none | OS Version | ||||||||||
ETA | none | Fixed in Version | Product Version | |||||||||
Product Build | ||||||||||||
Summary | 0005471: SSL Documentation problems | |||||||||||
Description |
http://www.caucho.com/resin-4.0/admin/security-ssl.xtp [^] The instructions to setup the path to the cert in resin.properties has a small typo: # OpenSSL certificate configuration openssl_file : key/gryffindor.crt openssl_key : keys/gryffindor.key openssl_password : my-password That should be keys. Also, the instructions say to create the dir w/ the SSL cert under Resin?s root: unix> cd $RESIN_HOME unix> mkdir keys unix> cd keys That gives the error: com.caucho.config.ConfigException: OpenSSL can't open certificate file '/var/resin-pro-7.0.s130614/conf/keys/dev.crt' It looks like the keys directory should be created under $RESIN_HOME/conf/ rather than simply under $RESIN_HOME. Finally, the config script doesn?t find the openssl include files or libs for Red Hat/CentOS, and the makefile didn?t copy the libraries it created to the $RESIN_HOME/libexec64/ dir. The commands I used to build it successfully under CentOS: ln -s /usr/include /usr/include/openssl/include make clean ./configure --with-openssl=/usr/include/openssl -with-openssl-lib=/usr/lib64 make mkdir libexec64 cp modules/c/src/resinssl/libresinssl.so libexec64/ cp modules/c/src/resin_os/libresin_os.so libexec64/ |
|||||||||||
Steps To Reproduce | ||||||||||||
Additional Information | ||||||||||||
Attached Files | ||||||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed. 24 unique queries executed. |