Skip to content

Commit f1e8587

Browse files
committed
docs: add objectname example for sslcert command
1 parent 438ebf0 commit f1e8587

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/commands/sslcert.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ check_netscaler -C sslcert --limit "^test-"
6262

6363
### Check single certificate
6464

65+
Use `--objectname` to check a specific certificate by its exact name:
66+
67+
```bash
68+
check_netscaler -C sslcert -n wildcard.example.com
69+
```
70+
71+
Or use `--filter` with a regex pattern:
72+
6573
```bash
6674
check_netscaler -C sslcert --filter "^wildcard.example.com$"
6775
```

0 commit comments

Comments
 (0)