diff options
Diffstat (limited to 'myrpki/myrpki.py')
-rw-r--r-- | myrpki/myrpki.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki/myrpki.py b/myrpki/myrpki.py index fe4b460b..d7da872a 100644 --- a/myrpki/myrpki.py +++ b/myrpki/myrpki.py @@ -486,7 +486,7 @@ class CA(object): return None if not os.path.exists(cert): - print "Certificate %s doesn't exist, skipping" % cert + #print "Certificate %s doesn't exist, skipping" % cert return None # Extract public key and subject name from PEM file and hash it so |