Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ tasmota-fingerprint is a tool designed to assist in calculating the custom TLS f

## Usage
### Reading from a file

`tasmota-fingerprint /path/to/server.pem`

*Note*: If you’re seeing “panic: x509: malformed tbs certificate”, you probably passed in the private key file path. Make sure you’re using the *public certificate*, **not** the *private key*.

### Reading from a pipe
`/some/command/outputservercertificate | tasmota-fingerprint`

Expand Down