diff options
author | Francis Dupont <fdupont@isc.org> | 2021-04-09 00:20:36 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2021-04-20 23:24:57 +0200 |
commit | 0d15b49c770f940f68707d9be3e757dbc68ebeb6 (patch) | |
tree | 3fe2ceb3363d49c50072d55e258cbb63b8dd1802 /src/bin/agent | |
parent | [#1814] hammer: cwd=tmp to solve permission denied (diff) | |
download | kea-0d15b49c770f940f68707d9be3e757dbc68ebeb6.tar.xz kea-0d15b49c770f940f68707d9be3e757dbc68ebeb6.zip |
[#1706] Checkpoint: syntax updated - need UTs?
Diffstat (limited to 'src/bin/agent')
-rw-r--r-- | src/bin/agent/ca_cfg_mgr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/agent/ca_cfg_mgr.h b/src/bin/agent/ca_cfg_mgr.h index df4e0f6dc7..78c722d827 100644 --- a/src/bin/agent/ca_cfg_mgr.h +++ b/src/bin/agent/ca_cfg_mgr.h @@ -119,8 +119,8 @@ public: /// @brief Sets trust-anchor parameter /// - /// @param ca Trust anchor aka Certificate Authority (can be a file or - /// with OpenSSL a directory). + /// @param ca Trust anchor aka Certificate Authority (can be a file name + /// or a directory path). void setTrustAnchor(const std::string& ca) { trust_anchor_ = ca; } @@ -225,8 +225,8 @@ private: /// TCP port the CA should listen on. uint16_t http_port_; - /// Trust anchor aka Certificate Authority (can be a file or with - /// OpenSSL a directory). + /// Trust anchor aka Certificate Authority (can be a file name or + /// a directory path). std::string trust_anchor_; /// Server certificate file name. |