Changeset 7aeabcb in mod_gnutls


Ignore:
Timestamp:
Feb 11, 2016, 12:20:12 PM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
8ac7c0d
Parents:
06f8005
Message:

Update documentation for test certificate generation

Add hint about "make mostlyclean" to README, and remove "wasting
entropy" myth from Makefile.am comment.

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r06f8005 r7aeabcb  
    8383# target. Certificates can be rebuilt without generating new key
    8484# pairs, and regenerating them makes it possible to change identities
    85 # (e.g. host names) without wasting entropy on new keys (which would
     85# (e.g. host names) without wasting time on new keys (which would
    8686# happen after "clean").
    8787MOSTLYCLEANFILES += */x509.pem $(generated_templates) *.uid
  • test/README

    r06f8005 r7aeabcb  
    3232
    3333  TEST_HOST="localhost" TEST_IP="127.0.0.1" ./configure
     34
     35If tests fail due to expired certificates or PGP signatures, run
     36
     37  make mostlyclean
     38
     39to delete them and create fresh ones on the next test run. You could
     40also use "make clean", but in that case the keys will be deleted as
     41well and have to be recreated, too, which takes more time.
    3442
    3543
Note: See TracChangeset for help on using the changeset viewer.