diff options
Diffstat (limited to 'rpkid/rpki/x509.py')
-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 bb238f46..540209d0 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 = True + debug_cms_certs = False ## @var require_crls # Set this to False to make CMS CRLs optional in the cases where we |