You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of `sslcli` also available as container image on [GitHub Container Registry](https://kaos.sh/p/sslcli) and [Docker Hub](https://kaos.sh/d/sslcli):
51
51
52
52
```bash
53
-
podman pull ghcr.io/essentialkaos/sslcli:latest
54
53
podman run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
55
54
# or
56
-
docker pull ghcr.io/essentialkaos/sslcli:latest
57
55
docker run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
0 commit comments