diff options
author | Konstantinos Kallas <konstantinos.kallas@hotmail.com> | 2017-07-27 18:25:44 +0300 |
---|---|---|
committer | Konstantinos Kallas <konstantinos.kallas@hotmail.com> | 2017-07-27 18:25:44 +0300 |
commit | cc6f4b90fb6cfd317cf65113fc15386df7606364 (patch) | |
tree | e063001397ccd31e8fa4b1248a26383053e55e8a /include | |
parent | Sync fork with upstream (diff) |
Support certificate revocation
Diffstat (limited to 'include')
-rw-r--r-- | include/ejabberd_acme.hrl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ejabberd_acme.hrl b/include/ejabberd_acme.hrl index 8e8e558a0..ef6afe601 100644 --- a/include/ejabberd_acme.hrl +++ b/include/ejabberd_acme.hrl @@ -12,9 +12,9 @@ }). -record(data_cert, { - domain :: list(), - pem :: jose_jwk:key(), - path :: file:filename() + domain :: bitstring(), + pem :: bitstring(), + path :: bitstring() }). |