Skip to content

Commit

Permalink
CertPubKey: add corresponding manual entry
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Jul 7, 2024
1 parent 29087d1 commit 6e12610
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ Here are the parameters, of which only `url` is mandatory:
HEAD, possibly because of "web firewalls"
* dns: get the IP address from these nameservers. Useful when testing
against DNS-based CDNs (like Akamai).
* CertPubKey: Remote certificate public key. If set, the checker will alert
if the public key of the certificate does not match this value.
Format is tuples divided by colon, where is first tuple is the
key type (RSA, ECDSA), remaining tuples depend on the key type. For RSA
keys, the second tuple is the exponent, the third tuple is the modulus (both in hex).
For example:
CertPubKey="RSA:10001:HEXLONGSTRING"


## imap
The imap checker assumes it connects to a TLS endpoint. There it will check the certificate for freshness.
Expand Down

0 comments on commit 6e12610

Please sign in to comment.