summaryrefslogtreecommitdiff
path: root/src/ejabberd_acme.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-19Change file mode of ACME certficatesEvgeniy Khramtsov1-4/+10
2017-11-19Re-read ACME certificates on config reloadEvgeniy Khramtsov1-1/+3
2017-11-17Fix renew_certificates ejabberdctl commandEvgeniy Khramtsov1-3/+3
2017-11-17Don't forget to include intermediate ACME certificateEvgeniy Khramtsov1-3/+7
2017-11-17Fix ACME options validationEvgeniy Khramtsov1-2/+2
2017-11-17Improve ACME options validationEvgeniy Khramtsov1-11/+12
2017-11-17Move ejabberdctl ACME commands to other locationEvgeniy Khramtsov1-22/+73
2017-11-17Make ACME code working with ejabberd_pkixEvgeniy Khramtsov1-63/+67
2017-11-14Explain what is needed for the acme configuration and other small changesKonstantinos Kallas1-32/+47
2017-09-06Solve Travis build xref problemKonstantinos Kallas1-5/+18
2017-08-25Remove some unused variable warnings, replace lists:join with string joinKonstantinos Kallas1-7/+6
2017-08-22Show SANs in list_CertificatesKonstantinos Kallas1-9/+37
2017-08-22Acquire certificates for all subdomains of a host and include them in SANKonstantinos Kallas1-10/+42
2017-08-22Remove partial RSA key supportKonstantinos Kallas1-20/+0
2017-08-22Add certfile when acquiredKonstantinos Kallas1-0/+1
2017-08-19Remove some debugging INFO_MSGsKonstantinos Kallas1-3/+0
2017-08-19Delete a development acme moduleKonstantinos Kallas1-1/+1
2017-08-19Cleanup some comments:Konstantinos Kallas1-5/+0
2017-08-19Add acme certificates for all configured hosts in ejabberd_pkixKonstantinos Kallas1-0/+21
2017-08-19Add behaviour ejabberd_config in ejabberd_acme in order to validate the configKonstantinos Kallas1-4/+36
2017-08-12Change some specsKonstantinos Kallas1-8/+8
2017-08-12Add support to revoke a certificate by providing the pemKonstantinos Kallas1-12/+40
2017-08-12Move the ca_url to the config fileKonstantinos Kallas1-10/+24
2017-08-11Remove the new account option from get certificate. There is no reason for ha...Konstantinos Kallas1-13/+17
2017-08-11Format expired certificates differently in list_certificatesKonstantinos Kallas1-10/+23
2017-08-10Renew certificate now renews all saved certificates that are close to expireKonstantinos Kallas1-32/+15
2017-08-10Revoke Certificate: Jose Private KeyKonstantinos Kallas1-6/+39
2017-08-10Support getting certificates for domains not specified in the configuration fileKonstantinos Kallas1-17/+35
2017-08-08Remove some debugging functionsKonstantinos Kallas1-211/+1
2017-08-08Implement renew_certificate commandKonstantinos Kallas1-41/+144
2017-08-08Try catch when formatting certificatesKonstantinos Kallas1-21/+40
2017-08-08Change certificate notAfter to 90 daysKonstantinos Kallas1-5/+2
2017-08-02Improve return format of get_certificates commandKonstantinos Kallas1-4/+37
2017-08-02Implement verbose list_certificates optionKonstantinos Kallas1-11/+20
2017-07-29Finish revoke_certificate and add specsKonstantinos Kallas1-140/+201
2017-07-27Support certificate revocationKonstantinos Kallas1-4/+68
2017-07-25Encode strings using a library function and not my custom madeKonstantinos Kallas1-16/+13
2017-07-23Add a try catch arounf list certificatesKonstantinos Kallas1-0/+11
2017-07-18Pretty print list-certificatesKonstantinos Kallas1-16/+51
2017-07-17Print validity in list-certificatesKonstantinos Kallas1-3/+31
2017-07-17Add a stub for the list-certificates commandKonstantinos Kallas1-0/+19
2017-07-17Remove httpdir from some function arguments as we now use the built in ejabbe...Konstantinos Kallas1-18/+18
2017-07-17Save acquired certificates in persistent storageKonstantinos Kallas1-9/+71
2017-07-17Change the persistent data structure from a record to a proplistKonstantinos Kallas1-8/+8
2017-07-17Separate the persistent data structure functionsKonstantinos Kallas1-17/+26
2017-07-17Make some persistent data wrapper functionsKonstantinos Kallas1-12/+17
2017-07-12Solve acme challenges using built in http serverKonstantinos Kallas1-7/+6
2017-07-11Changle acme file permissionsKonstantinos Kallas1-15/+48
2017-07-07Clean up code by adding throws instead of passing the error valueKonstantinos Kallas1-52/+58
2017-07-07Clean up get_certificate codeKonstantinos Kallas1-162/+224