Skip to content

Commit

Permalink
Update readme with client_key_passphrase option
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Jun 14, 2020
1 parent f36878b commit e8530df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ provider "kafka" {
ca_cert = file("../secrets/snakeoil-ca-1.crt")
client_cert = file("../secrets/kafkacat-ca1-signed.pem")
client_key = file("../secrets/kafkacat-raw-private-key.pem")
tls_endabled = true
tls_enabled = true
}
```

Expand Down

0 comments on commit e8530df

Please sign in to comment.