aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_acme.erl (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-07-04Split ACME module into twoKonstantinos Kallas1-401/+53
2017-07-03Add support for command get_certificates, very crudeKonstantinos Kallas1-72/+316
2017-06-26Support get-cert, revoke-cert. Also cleaned some typespecsKonstantinos Kallas1-34/+102
2017-06-22Indent using EmacsKonstantinos Kallas1-377/+368
2017-06-22Removed some ?INFO_MSGKonstantinos Kallas1-3/+0
2017-06-22Support new_cert, make certificate requestKonstantinos Kallas1-67/+292
2017-06-18Add support for solving http-01 challengeKonstantinos Kallas1-4/+53
2017-06-17Cleanup acme_challenge.erl, move types and records in ejabberd_acme.hrlKonstantinos Kallas1-30/+23
2017-06-15Derive the alg field of the JWS object using a erlang-jose library function r...Konstantinos Kallas1-8/+10
2017-06-14Refactor get requests, Implement authorization handling functionsKonstantinos Kallas1-46/+104
2017-06-12Major Refactoring, Separated Logic from RequestsKonstantinos Kallas1-82/+92
2017-06-12Add new-authz, refactor the http requests that all used the same codeKonstantinos Kallas1-50/+150
2017-06-09Refactor the http response handlers.Konstantinos Kallas1-67/+76
2017-06-09Make Stylistic Changes in order to conform to guidelines:Konstantinos Kallas1-53/+51
2017-06-09Implement some basic account handling functionsKonstantinos Kallas1-0/+219