Alan Third
Alan Third
I'm pretty sure that all of those cases should return an error since your parameters don't match. Either way there certainly seems to be something wrong. I can confirm that...
I'm not sure if I'm doing something wrong, but this is returning nil: ``` (let ((plz-curl-default-args '("--silent" "--location" "--dump-header" "-" "--proxy" "http://localhost:3128"))) (plz 'get "https://httpbin.org/user-agent")) ``` I have a nasty...
With the news that Google are planning on only accepting certificates with 90 days validity, I might need this functionality for Digicert's ACME service sooner rather than later.
I've made some changes at https://github.com/alanthird/getssl/commit/2563943bf963622285676d6a14168397d3d48831, but I can't get it working with Digicert. I think the problem is to do with Digicert's order and validity stuff, not with my...