7 ('conf', 'OpenSSL configuration file'),
8 ('rsa_key', 'RSA private key'),
9 ('rsa_crt', 'RSA certificate'),
10 ('dsa_key', 'DSA private key'),
11 ('dsa_crt', 'DSA certificate'),
12 ('dsa_parms', 'DSA parameters'),
13 ('public_crt', 'public certificates bundle'),
14 ('singlefile', 'single cert. file (with keys)')
20 Files related to the '%s' certificates:
23 for k, desc in fields:
26 if not os.path.exists(p):
28 print '%-30s %s%s' % (desc, star, p)
30 print '(* = not found)'