diff options
author | Rob Austein <sra@hactrn.net> | 2009-07-15 05:22:35 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-07-15 05:22:35 +0000 |
commit | c08f6414e70bf5c33924c7663f19762257b5a27f (patch) | |
tree | 99f300d77867fb8faff65ecf389b90c0b848785e /rpkid | |
parent | 3cbcdf39320dd713dd308729572d9fca3613e607 (diff) |
Checkpoint
svn path=/myrpki/yaml-to-myrpki.py; revision=2623
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/rpki/x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/x509.py b/rpkid/rpki/x509.py index 540209d0..bb238f46 100644 --- a/rpkid/rpki/x509.py +++ b/rpkid/rpki/x509.py @@ -725,7 +725,7 @@ class CMS_object(DER_object): ## @var debug_cms_certs # Set this to True to log a lot of chatter about CMS certificates. - debug_cms_certs = False + debug_cms_certs = True ## @var require_crls # Set this to False to make CMS CRLs optional in the cases where we |