resin ssl配置

阅读更多
http://www.caucho.com/resin-2.1/ref/security.xtp#encryption



   1. Create a private key for the server:

      unix> openssl genrsa -des3 -out gryffindor.key 1024


   5. Configure Resin to use the files:

      ...
     
       
        /opt/ssl/keys/gryffindor.key
        password
     

你可能感兴趣的:(Unix,Security)