diff options
Diffstat (limited to 'src/signer_chain.h')
| -rw-r--r-- | src/signer_chain.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/signer_chain.h b/src/signer_chain.h index ea67f7e1..50f56ed9 100644 --- a/src/signer_chain.h +++ b/src/signer_chain.h @@ -20,7 +20,11 @@ #include <boost/filesystem.hpp> namespace libdcp { - -void make_signer_chain (boost::filesystem::path); + +/** Create a chain of certificates for signing things. + * @param directory Directory to write files to. + * @param openssl Name of openssl binary (if it is on the path) or full path. + */ +void make_signer_chain (boost::filesystem::path directory, boost::filesystem::path openssl); } |
