diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-04 21:15:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-04 21:15:55 +0000 |
commit | 4dc7c50e8deb8432c31fca22497552ff6eee9db2 (patch) | |
tree | 5a2d027b895cdb09321ab1639eaf9d3621f42584 /scripts/rpki | |
parent | 9dad0e4499129dc922291bbf7f64bf484dbf6eb0 (diff) |
Checkpoint
svn path=/scripts/apnic-poke-2.yaml; revision=1362
Diffstat (limited to 'scripts/rpki')
-rw-r--r-- | scripts/rpki/cms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpki/cms.py b/scripts/rpki/cms.py index 568322c9..2a9124c7 100644 --- a/scripts/rpki/cms.py +++ b/scripts/rpki/cms.py @@ -8,7 +8,7 @@ requires disk I/O, and likes PEM format. Fix this later. import os, rpki.x509, rpki.exceptions, lxml.etree -debug = False +debug = True # openssl smime -sign -nodetach -outform DER -signer biz-certs/Alice-EE.cer # -certfile biz-certs/Alice-CA.cer -inkey biz-certs/Alice-EE.key |