diff options
author | Konstantinos Kallas <konstantinos.kallas@hotmail.com> | 2017-07-17 10:42:09 +0300 |
---|---|---|
committer | Konstantinos Kallas <konstantinos.kallas@hotmail.com> | 2017-07-17 10:42:09 +0300 |
commit | fa3108e6e2e1480915182ac6efb61a677092ef2b (patch) | |
tree | b9a97804ece4a61361d4c4cb74e4b8ce08b34f1b /include | |
parent | Change the persistent data structure from a record to a proplist (diff) |
Save acquired certificates in persistent storage
Diffstat (limited to 'include')
-rw-r--r-- | include/ejabberd_acme.hrl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ejabberd_acme.hrl b/include/ejabberd_acme.hrl index 0fea5bdf5..cb711b272 100644 --- a/include/ejabberd_acme.hrl +++ b/include/ejabberd_acme.hrl @@ -11,10 +11,6 @@ key :: jose_jwk:key() }). --record(data_cert, { - domain :: list(), - pem :: binary() - }). |