mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Add some extra info to README
This commit is contained in:
@@ -248,4 +248,7 @@ done
|
||||
|
||||
# Find (redundant) self-signed certificates in intermediate chain on remote host
|
||||
certigo connect $SERVER:$PORT | jq -e '.certificates[1:][] | select(.is_self_signed) | .subject.common_name'
|
||||
|
||||
# Test if server is requesting that clients send certificates for authentication
|
||||
certigo connect $SERVER:$PORT | jq -e '.certificate_request_info != null'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user