summaryrefslogtreecommitdiff
path: root/src/signer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signer.h')
-rw-r--r--src/signer.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/signer.h b/src/signer.h
index 1d53d5ba..97cfa6d1 100644
--- a/src/signer.h
+++ b/src/signer.h
@@ -51,7 +51,7 @@ public:
std::string intermediate_common_name,
std::string leaf_common_name
);
-
+
/** @param c Certificate chain to sign with.
* @param k Key to sign with as a PEM-format string.
*/
@@ -70,7 +70,7 @@ public:
CertificateChain& certificates () {
return _certificates;
}
-
+
std::string key () const {
return _key;
}
@@ -80,10 +80,10 @@ public:
}
bool valid () const;
-
-private:
+
+private:
void create (boost::filesystem::path directory);
-
+
/** Certificate chain to sign with */
CertificateChain _certificates;
/** Key to sign with as a PEM-format string */