diff options
author | Rob Austein <sra@hactrn.net> | 2009-09-16 18:54:30 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-09-16 18:54:30 +0000 |
commit | 45b53106ba107b2609df4c28ae3936d2fc99c7f5 (patch) | |
tree | 3b6e531103345c8832cfb87448929065de62e7c6 | |
parent | e8a03ce4db5ebb1d532c7bf7a99900c526651fb8 (diff) |
Allow specifying openssl program to use in config file.
svn path=/myrpki/yamltest.py; revision=2762
-rw-r--r-- | myrpki/yamltest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/myrpki/yamltest.py b/myrpki/yamltest.py index 3cd65363..cb6bea07 100644 --- a/myrpki/yamltest.py +++ b/myrpki/yamltest.py @@ -560,6 +560,7 @@ try: irdbd_password = cfg.get("irdbd_db_pass") pubd_password = cfg.get("pubd_db_pass") only_one_pubd = cfg.getboolean("only_one_pubd", True) + prog_openssl = cfg.get("openssl", prog_openssl) except: rpkid_password = None irdbd_password = None |