~dricottone/x509-validator

Script to validate by TLS certs
Strategic retreat

refs

dev
browse  log 

clone

read-only
https://git.dominic-ricottone.com/~dricottone/x509-validator
read/write
git@git.dominic-ricottone.com:~dricottone/x509-validator

You can also use your local clone with git send-email.

#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.