Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9fe911902 | |||
| 9c546bd90b |
26
README.md
26
README.md
@@ -17,3 +17,29 @@ PublicKeyAlgo : ECDSA
|
|||||||
"*.foo.balki.me"
|
"*.foo.balki.me"
|
||||||
"E7"
|
"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
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Prefer to use the ugly openssl CLI instead ?
|
||||||
|
|
||||||
|
```
|
||||||
|
openssl x509 -in foo.crt -text -noout
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
podman run -v $PWD:/w -w /w --rm archlinux openssl x509 -in foo.crt -text -noout
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user