<?xml version='1.0'?>
<!-- sample config file for Cryptserver_GPG.pm -->
<!-- each document has its own 'users' block.  Each user block -->
<!-- defines a username that should be allowed to access this  -->
<!-- document, and which key-id to use.  This means you could -->
<!-- easily use a shorter key length for 'less secure' documents, -->
<!-- and a longer one for 'more secure' ones -->


<configuration>
        <document>
		<!-- no spaces in name!!! -->
		<name>log_summary</name>
                <users>
                        <user>
                        <username>michael</username>
                        <key_id>9F269DE4</key_id>
                        </user>
                        <user>
                        <username>citizen_x</username>
                        <key_id>F0322DF1</key_id>
                        </user>
		</users>
                <location>/home/httpd/crypt_server/docs/test_file</location>
		<description>A test file for you to play with</description>
        </document> 

                                      
</configuration>

