~dricottone/x509-validator

a3a19b0b6232c537ce2ea401ddb1f0ea91068404 — Dominic Ricottone 3 months ago 6554f06 dev
Strategic retreat
1 files changed, 13 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +13 -0
@@ 0,0 1,13 @@
# x509 validator

The intent was to check the valid until date on my websites' TLS certificates.

I got this far before I realized that WASM (`GOARCH=wasm GOOS=js`) does not
support network calls.
Even WASI (`GOARCH=wasm GOOS=wasip1`) can only support a subset,
and even then only with a third-party library.

I guess I'll have to use node after all...

Leaving this here in case significant advancements are made in the near future.