readme: add ready to use commands

This commit is contained in:
2025-11-16 11:08:43 -05:00
parent 16791fa6e1
commit 9c546bd90b

View File

@@ -17,3 +17,17 @@ PublicKeyAlgo : ECDSA
"*.foo.balki.me"
"E7"
```
### Use without installing
```
go run go.balki.me/certinfo@latest foo.crt
```
```
podman run -v $PWD:/w -w /w --rm golang go run go.balki.me/certinfo@latest foo.crt
```
```
docker run -v $PWD:/w -w /w --rm golang go run go.balki.me/certinfo@latest foo.crt
```