aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_acme.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Export function, so ACME API commands are listed in the documentationBadlop2021-08-231-1/+2
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Rename to p1_acmeEvgeny Khramtsov2019-09-251-7/+7
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-10/+10
* Fix unicode formatting in ACME moduleEvgeny Khramtsov2019-09-221-32/+32
* Fix IDNA support in ACME requestsEvgeny Khramtsov2019-09-221-14/+15
* Don't forget to log an error message on IDNA failureEvgeny Khramtsov2019-09-221-1/+4
* Support IDN hostnames in ACME requestsEvgeny Khramtsov2019-09-221-12/+31
* Don't attempt to create acme directory on ejabberd startupEvgeny Khramtsov2019-09-221-13/+8
* Slightly improve arg exampleEvgeny Khramtsov2019-09-221-1/+1
* Don't allow requesting certificates for localhost or IP-like domainsEvgeny Khramtsov2019-09-221-7/+21
* Improve warning messageEvgeny Khramtsov2019-09-221-6/+8
* Fix typoEvgeny Khramtsov2019-09-201-1/+1
* Don't auto request certificate for localhost and IP-like domainsEvgeny Khramtsov2019-09-201-1/+11
* Improve ACME implementationEvgeny Khramtsov2019-09-201-1094/+549
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-2/+3
* Use correct stacktrace in logging macrosEvgeny Khramtsov2019-06-261-7/+14
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-2/+2
* Use new configuration validatorEvgeny Khramtsov2019-06-141-131/+52
* Add code for handling deprecations of get_stacktrace()Paweł Chmielowski2018-12-131-77/+71
* Move certificates processing code to pkix applicationEvgeny Khramtsov2018-09-271-1/+1
* Fix some dialyzer warningsEvgeny Khramtsov2018-09-091-2/+1
* Get stacktrace out of lager contextEvgeniy Khramtsov2018-09-011-7/+14
* Fix typo in command descriptionBadlop2018-08-131-1/+1
* Allow acme and oauth commands to be read by gen_markdown_doc_for_commandsBadlop2018-08-071-1/+2
* Improve URLs validationEvgeniy Khramtsov2018-06-291-3/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
* Fix compilation ordering in mix by s/-behavior/-behaviour/Paweł Chmielowski2018-01-311-1/+1
* Change file mode of ACME certficatesEvgeniy Khramtsov2017-11-191-4/+10
* Re-read ACME certificates on config reloadEvgeniy Khramtsov2017-11-191-1/+3
* Fix renew_certificates ejabberdctl commandEvgeniy Khramtsov2017-11-171-3/+3
* Don't forget to include intermediate ACME certificateEvgeniy Khramtsov2017-11-171-3/+7
* Fix ACME options validationEvgeniy Khramtsov2017-11-171-2/+2
* Improve ACME options validationEvgeniy Khramtsov2017-11-171-11/+12
* Move ejabberdctl ACME commands to other locationEvgeniy Khramtsov2017-11-171-22/+73
* Make ACME code working with ejabberd_pkixEvgeniy Khramtsov2017-11-171-63/+67
* Merge branch 'lets_encrypt_acme_support' of git://github.com/angelhof/ejabber...Evgeniy Khramtsov2017-11-151-0/+3
* Explain what is needed for the acme configuration and other small changesKonstantinos Kallas2017-11-141-32/+47
* Solve Travis build xref problemKonstantinos Kallas2017-09-061-5/+18
* Remove some unused variable warnings, replace lists:join with string joinKonstantinos Kallas2017-08-251-7/+6
* Show SANs in list_CertificatesKonstantinos Kallas2017-08-221-9/+37
* Acquire certificates for all subdomains of a host and include them in SANKonstantinos Kallas2017-08-221-10/+42
* Remove partial RSA key supportKonstantinos Kallas2017-08-221-20/+0
* Add certfile when acquiredKonstantinos Kallas2017-08-221-0/+1
* Remove some debugging INFO_MSGsKonstantinos Kallas2017-08-191-3/+0
* Delete a development acme moduleKonstantinos Kallas2017-08-191-1/+1
* Merge remove_account_option branchKonstantinos Kallas2017-08-191-12/+16
|\
| * Remove the new account option from get certificate. There is no reason for ha...Konstantinos Kallas2017-08-111-13/+17