Skip to content

Commit

Permalink
Updating README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Macmod committed Nov 19, 2024
1 parent b9f731f commit 3b75fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ $ KRB5CCNAME=ticket.ccache godap <hostname or IP> -k -d <domain> -t ldap/<DC hos

**Bind with a Certificate + Private Key**

(PEM)
PEM:
```bash
$ godap <hostname or IP> -d <domain> --crt <cert.pem> --key <cert.key> -I
```

(PKCS#12)
PKCS#12:
```bash
$ godap <hostname or IP> -d <domain> --pfx <cert.pfx> -I
```
Expand Down

0 comments on commit 3b75fb7

Please sign in to comment.