VirtualTam's bookmarks

  1. OpenSSL Cookbook 2023-05-31

    The definitive guide to using the OpenSSL command line for configuration and testing.

    Topics covered in this book include:

    • key and certificate management,
    • server configuration,
    • a step by step guide to creating a private CA,
    • testing of online services.
    • If it is not managed by SCM, it doesn't exist.
    • If it is not covered by tests, it doesn't exist.
    • If it cannot be built and deployed in an automated and reproducible way, it doesn't exist.
    • If it is not running in production, it doesn't exist.
    • If it is not monitored and supervised, it doesn't exist.

    Simple, heh?

  2. Mankind - Dr Who 2018-01-05
  3. Includes support for Coverage, Xunit and other cool stuff ;-) Oh, and there is parallel testing, too \o/

    nosetests --with-coverage --cover-erase --cover-tests --cover-html --cover-html-dir=htmlcov --with-xunit --xunit-file=unit.xml

    via http://www.alexconrad.org/2011/10/jenkins-and-python.html