aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Kallas <konstantinos.kallas@hotmail.com>2017-07-27 18:25:44 +0300
committerKonstantinos Kallas <konstantinos.kallas@hotmail.com>2017-07-27 18:25:44 +0300
commitcc6f4b90fb6cfd317cf65113fc15386df7606364 (patch)
treee063001397ccd31e8fa4b1248a26383053e55e8a /include
parentSync fork with upstream (diff)
Support certificate revocation
Diffstat (limited to 'include')
-rw-r--r--include/ejabberd_acme.hrl6
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()
}).