summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Kallas <konstantinos.kallas@hotmail.com>2017-07-07 17:37:44 +0300
committerKonstantinos Kallas <konstantinos.kallas@hotmail.com>2017-07-07 17:37:44 +0300
commit586612413899259b4dc2e8d85951fc97bb18942e (patch)
tree0666c52b623ddfcd03a0108bfe79c94deb1dde7d /include
parentSplit ACME module into two (diff)
Clean up get_certificate code
Diffstat (limited to 'include')
-rw-r--r--include/ejabberd_acme.hrl4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ejabberd_acme.hrl b/include/ejabberd_acme.hrl
index ff35c99e..e696429b 100644
--- a/include/ejabberd_acme.hrl
+++ b/include/ejabberd_acme.hrl
@@ -25,3 +25,7 @@
-type handle_resp_fun() :: fun(({ok, proplist(), proplist()}) -> {ok, _, nonce()}).
-type acme_challenge() :: #challenge{}.
+
+-type account_opt() :: string().
+
+-type pem_certificate() :: bitstring().