summaryrefslogtreecommitdiff
path: root/src/ejabberd_acme.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Cleanup some comments:Konstantinos Kallas2017-08-191-5/+0
* | Add acme certificates for all configured hosts in ejabberd_pkixKonstantinos Kallas2017-08-191-0/+21
* | Add behaviour ejabberd_config in ejabberd_acme in order to validate the configKonstantinos Kallas2017-08-191-4/+36
* | Change some specsKonstantinos Kallas2017-08-121-8/+8
* | Add support to revoke a certificate by providing the pemKonstantinos Kallas2017-08-121-12/+40
* | Move the ca_url to the config fileKonstantinos Kallas2017-08-121-10/+24
|/
* Format expired certificates differently in list_certificatesKonstantinos Kallas2017-08-111-10/+23
* Renew certificate now renews all saved certificates that are close to expireKonstantinos Kallas2017-08-101-32/+15
* Revoke Certificate: Jose Private KeyKonstantinos Kallas2017-08-101-6/+39
* Support getting certificates for domains not specified in the configuration fileKonstantinos Kallas2017-08-101-17/+35
* Remove some debugging functionsKonstantinos Kallas2017-08-081-211/+1
* Implement renew_certificate commandKonstantinos Kallas2017-08-081-41/+144
* Try catch when formatting certificatesKonstantinos Kallas2017-08-081-21/+40
* Change certificate notAfter to 90 daysKonstantinos Kallas2017-08-081-5/+2
* Improve return format of get_certificates commandKonstantinos Kallas2017-08-021-4/+37
* Implement verbose list_certificates optionKonstantinos Kallas2017-08-021-11/+20
* Finish revoke_certificate and add specsKonstantinos Kallas2017-07-291-140/+201
* Support certificate revocationKonstantinos Kallas2017-07-271-4/+68
* Encode strings using a library function and not my custom madeKonstantinos Kallas2017-07-251-16/+13
* Add a try catch arounf list certificatesKonstantinos Kallas2017-07-231-0/+11
* Pretty print list-certificatesKonstantinos Kallas2017-07-181-16/+51
* Print validity in list-certificatesKonstantinos Kallas2017-07-171-3/+31
* Add a stub for the list-certificates commandKonstantinos Kallas2017-07-171-0/+19
* Remove httpdir from some function arguments as we now use the built in ejabbe...Konstantinos Kallas2017-07-171-18/+18
* Save acquired certificates in persistent storageKonstantinos Kallas2017-07-171-9/+71
* Change the persistent data structure from a record to a proplistKonstantinos Kallas2017-07-171-8/+8
* Separate the persistent data structure functionsKonstantinos Kallas2017-07-171-17/+26
* Make some persistent data wrapper functionsKonstantinos Kallas2017-07-171-12/+17
* Solve acme challenges using built in http serverKonstantinos Kallas2017-07-121-7/+6
* Changle acme file permissionsKonstantinos Kallas2017-07-111-15/+48