Go to file
kakwa 666584fba4 fix double free at shutdown 2017-06-15 20:20:09 +02:00
cmake remove cmake warning + better comment 2017-04-21 08:59:20 +02:00
conf more secure cryptographic algorithm in example configuration 2016-09-12 22:43:00 +02:00
docs typo in documentation 2017-04-22 02:42:26 +02:00
goodies make the generation of the parameters completely automatic 2016-09-23 22:35:34 +02:00
inc reformat code 2017-04-22 02:33:05 +02:00
src fix double free at shutdown 2017-06-15 20:20:09 +02:00
tests fix some issues with test script 2017-04-27 23:21:42 +02:00
.gitignore adding the configure.rst file in gitignore 2016-09-23 22:39:26 +02:00
.gitmodules remove submodule for civetweb 2016-09-07 20:56:02 +02:00
.travis.yml Update .travis.yml 2017-05-19 21:34:58 +02:00
CMakeLists.txt passing the civetweb git url as an env variable 2017-04-27 21:47:36 +02:00
ChangeLog.rst Update ChangeLog.rst 2017-05-26 23:34:15 +02:00
Jenkinsfile Updated Jenkinsfile 2017-04-27 22:51:44 +02:00
LICENSE Initial commit 2015-12-16 22:13:06 +01:00
README.rst Update README.rst 2017-05-19 21:21:08 +02:00

README.rst

tion setup, please compile civetweb externally and create proper CA and certificates:

.. sourcecode:: bash

    # Building with civetweb embedded (will recover civetweb from github).
    # Note: the BUNDLE_CIVETWEB option is only here for fast testing purpose
    # The recommended way to deploy uts-server in production is to build civetweb
    # separatly and to link against it.
    $ cmake . -DBUNDLE_CIVETWEB=ON
    $ make
    
    # Create some test certificates.
    $ ./tests/cfg/pki/create_tsa_certs
    
    # Launching the time-stamp server with test configuration in debug mode.
    $ ./uts-server -c tests/cfg/uts-server.cnf -D
    
    # In another shell, launching a time-stamp script on the README.md file.
    $ ./goodies/timestamp-file.sh -i README.rst -u http://localhost:2020 -r -O "-cert";

    # Verify the time-stamp.
    $ openssl ts -verify -in README.rst.tsr -data README.rst -CAfile ./tests/cfg/pki/tsaca.pem

    # Display the time-stamp content.
    $ openssl ts -reply -in README.rst.tsr -text

Powered by
----------
    
.. image:: https://raw.githubusercontent.com/openssl/web/master/img/openssl-64.png
    :target: https://www.openssl.org/

.. image:: https://github.com/civetweb/civetweb/blob/658c8d48b3bcdb34338dae1b83167a8d7836e356/resources/civetweb_32x32@2.png?raw=true
    :target: https://github.com/civetweb/civetweb