X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=doc%2FbeforeYouStart.txt;h=809d70e7d2500d5385f4a681134b942e8ebb04b9;hp=bfa3f39e591dc4b464f84593977c9a166c19ade2;hb=3238dff5b3beca228359b370bc104f48d6247632;hpb=065ca60170f2471227dc25784e1a4c3b7912d367 diff --git a/doc/beforeYouStart.txt b/doc/beforeYouStart.txt index bfa3f39e..809d70e7 100644 --- a/doc/beforeYouStart.txt +++ b/doc/beforeYouStart.txt @@ -1,10 +1,15 @@ Before you start using you might want to: -- create a keypair for the server (scripts/generateKeys.sh) -- create a truststore for the server (scripts/generateTruststore.sh) +- use cacert-nre to generate a roots structure +- extract the gigi-*.tar.gz file into "config" +- execute "generateTruststore.sh" there +- extract the signer-server-*.tar.gz into "signer" - download locales (util/ org.cacert.gigi.util.FetchLocales) - write your sql connection properties: config/gigi.properties.template -> config/gigi.properties +- install "hosts" entries for the hosts you entered in "gigi.properties" + (be aware if you change the default ones you need to change the CN given in the certificates) + - add the corresponding jdbc connector to your path. - on unix-like systems: to securely run on privileged ports <= 1024 build the native setuid library (run the makefile in natives/).