get certificate from storage
This commit is contained in:
parent
fe65ae4866
commit
d457949a76
2 changed files with 23 additions and 6 deletions
|
@ -18,6 +18,7 @@ namespace firewall
|
|||
void store_amount_of_firewall_rules(const uint8_t);
|
||||
firewall_rule_t *retrieve_firewall_rule(const uint8_t);
|
||||
void store_firewall_rule(const uint8_t &, firewall_rule_t *);
|
||||
httpsserver::SSLCert *retrieve_certificate();
|
||||
void store_certificate(httpsserver::SSLCert *certificate);
|
||||
|
||||
public:
|
||||
|
|
Reference in a new issue