Secure Swazoo 0.9.57 - installation again

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Secure Swazoo 0.9.57 - installation again

Janko Mivšek

Hi all,

Order of installation steps is important, you need to
be sure that you install openssl libraries first!


INSTALLATION (so far Linux only):

1. download openssl-vw-native-0.9.0.tar.gz from
   http://sourceforge.net/projects/swazoo
2. put vwssl.so, CAcert.pem and CAkey.pem into directory
   from where you start image
3. see README about $LD_LIBRARY_PATH recommendations
4. be sure that OpenSSL is installed on your Linux
5. load as usually Swazoo-Core, Swazoo-Visualworks, Swazoo-Tests,
6. load Swazoo-SSL and OpenSSL
7. prepare your sites.cnf to look something like:

  <Site>

        <SiteIdentifier ip: '127.0.0.1' port: 8080 host: 'localhost' >

        <SSLSiteIdentifier ip: '127.0.0.1' port: 8081 host: 'localhost' >

        <CompositeResource uriPattern: '/'>

             <CompositeResource uriPattern: 'foo'>

               <HelloWorldResource uriPattern: 'Howdy'>

             </CompositeResource>

        </CompositeResource>

        <FileResource uriPattern: '/' filePath: '.'>

   </Site>
   

8. doIt: SiteRegistry configureFrom: 'sites.cnf'
9. in your browser open https://localhost:8081/foo/Howdy

Good luck :)
Janko