AJ ONeal coolaj86
  • Provo, UT
  • https://coolaj86.com
  • 6'5 • Technophobic Technologist + Videographer • Go, Rust, Node / VanillaJS (@JSJabber), UX, Security, IoT. Canon 24mm 50mm.

  • Joined on 2017-10-24
coolaj86 pushed tag v3.0.10 to coolaj86/redirect-https.js 2020-04-26 23:41:08 +00:00
coolaj86 pushed to master at coolaj86/redirect-https.js 2020-04-26 23:41:06 +00:00
c10a310c20 doc and formatting updates
0e5fff5c4a make Prettier
16251a99b9 adjust spacing to be easier to read from curl output
Compare 3 commits »
coolaj86 pushed to master at coolaj86/go-serviceman 2020-04-22 19:22:42 +00:00
8277fa7ac6 add canonical link
coolaj86 opened issue coolaj86/go-serviceman#11 2020-04-21 08:17:27 +00:00
bug: windows de-allocation
coolaj86 closed issue coolaj86/acme.js-ARCHIVED#17 2020-04-21 07:55:55 +00:00
Elevated badNonce and malformed errors when trying to issue certificates
coolaj86 closed issue coolaj86/acme.js-ARCHIVED#22 2020-04-21 07:55:40 +00:00
Invalid jws
coolaj86 commented on issue coolaj86/acme.js-ARCHIVED#22 2020-04-21 07:55:39 +00:00
Invalid jws

Fixed in v3

coolaj86 closed issue coolaj86/acme.js-ARCHIVED#11 2020-04-21 07:54:56 +00:00
When challenge is in "valid" state setChallenge shouldn't be called again.
coolaj86 commented on issue coolaj86/acme.js-ARCHIVED#9 2020-04-21 07:54:32 +00:00
setAccountData

No one else has asked for this and I still haven't needed it.

I'm open to a PR, but I don't plan to implement it myself.

Closing for now.

coolaj86 closed issue coolaj86/acme.js-ARCHIVED#9 2020-04-21 07:54:32 +00:00
setAccountData
coolaj86 commented on issue coolaj86/acme.js-ARCHIVED#2 2020-04-21 07:53:28 +00:00
ECDSA support

This made it into v3.

coolaj86 closed issue coolaj86/acme.js-ARCHIVED#2 2020-04-21 07:53:28 +00:00
ECDSA support
coolaj86 closed issue coolaj86/acme.js-ARCHIVED#15 2020-04-21 07:53:06 +00:00
Deactivate the order in case of failure in setChallenge(me, options, auth);
coolaj86 closed issue coolaj86/acme.js-ARCHIVED#13 2020-04-21 07:52:14 +00:00
Bring your own CSR
coolaj86 commented on issue coolaj86/acme.js-ARCHIVED#13 2020-04-21 07:52:13 +00:00
Bring your own CSR

This was implemented in v3.

coolaj86 commented on issue coolaj86/acme.js-ARCHIVED#31 2020-04-21 07:51:10 +00:00
acme.certificate.create function returns before record removes have finished

Why?

What's the benefit or necessity of that?

Having the remove happen without consequence was intentional. If you use the notify callback you can catch the error and handle it that way, but I'm not aware of a use case where the rest of the process should be held up if the remove fails - it won't affect your ability to get a certificate, and it's not recoverable.

What was happening that this caused an issue for you? (i.e. Were you getting API rate limit errors?)

How do you handle or resolve it?

coolaj86 pushed tag v3.0.10 to coolaj86/acme.js-ARCHIVED 2020-04-21 06:08:34 +00:00