From 737e007f2d557b4fa48a4236214dce03be740998 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 4 Sep 2009 21:30:08 +0000 Subject: Don't explode if publication client cert doesn't exist. svn path=/myrpki/myirbe.py; revision=2733 --- myrpki/myrpki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'myrpki/myrpki.py') 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 -- cgit v1.2.3