fakeroot usage added to avoid root privileges requirements.
[threegates.git] / README.txt
index a89ecc1..11f8f2f 100644 (file)
@@ -7,13 +7,18 @@ of related Certification Revocation Lists (CRL).
 
 === HOWTO ===
 
-- as user "root" run ./bin/threegates_builder.sh 
+- 
+  as user "root" run ./bin/threegates_builder.sh 
   in "out" directory you found a tree that you can tar and explode in / directory
+OR
+  run fakeroot ./bin/threegates_builder.sh -t
+  you will find an archive threegates_out.tgz that you can explode in / directory
+
 
 - add apache user to "threegates" group
 
 - add to the root crontab the line:
-*/10   *       *       *       *       /usr/lib/threegates/bin/crl-manager.py
+*/10   *       *       *       *       /usr/bin/crl-manager.py
 
 - configure apache to manage CA and CRL
   (an example in root/etc/apache2/sites-available/001-ssl)