summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/config.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc
index 4f2a75574..576b02fdc 100644
--- a/src/lib/config.cc
+++ b/src/lib/config.cc
@@ -93,6 +93,8 @@ void
Config::read ()
{
if (!boost::filesystem::exists (file (false))) {
+ /* Make a new set of signing certificates and key */
+ _signer.reset (new dcp::Signer (openssl_path ()));
return;
}