Export function, so ACME API commands are listed in the documentation

This commit is contained in:
Badlop 2021-08-23 11:51:01 +02:00
parent 94fb0a65b0
commit 9446b251fd
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
%% Hooks
-export([ejabberd_started/0, register_certfiles/0, cert_expired/2]).
%% ejabberd commands
-export([request_certificate/1, revoke_certificate/1, list_certificates/0]).
-export([get_commands_spec/0, request_certificate/1,
revoke_certificate/1, list_certificates/0]).
%% gen_server callbacks
-export([init/1, handle_call/3, handle_cast/2, handle_info/2,
terminate/2, code_change/3, format_status/2]).