aboutsummaryrefslogtreecommitdiff
path: root/src/acme_challenge.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
* Find and fix typos using 'codespell'Evgeniy Khramtsov2018-01-271-1/+1
* Merge branch 'lets_encrypt_acme_support' of git://github.com/angelhof/ejabber...Evgeniy Khramtsov2017-11-151-4/+18
* Explain what is needed for the acme configuration and other small changesKonstantinos Kallas2017-11-141-2/+6
* Solve Travis build xref problemKonstantinos Kallas2017-09-061-1/+2
* Remove some unused variable warnings, replace lists:join with string joinKonstantinos Kallas2017-08-251-12/+2
* Remove some debugging INFO_MSGsKonstantinos Kallas2017-08-191-4/+2
* Delete a development acme moduleKonstantinos Kallas2017-08-191-0/+1
* Remove httpdir from some function arguments as we now use the built in ejabbe...Konstantinos Kallas2017-07-171-1/+1
* Solve acme challenges using built in http serverKonstantinos Kallas2017-07-121-9/+53
* Support get-cert, revoke-cert. Also cleaned some typespecsKonstantinos Kallas2017-06-261-4/+8
* Indent using EmacsKonstantinos Kallas2017-06-221-50/+51
* Add support for solving http-01 challengeKonstantinos Kallas2017-06-181-3/+4
* Cleanup acme_challenge.erl, move types and records in ejabberd_acme.hrlKonstantinos Kallas2017-06-171-40/+66
* Solve http-01 challengeKonstantinos Kallas2017-06-031-0/+61