Skip to content

Commit

Permalink
PKI conncection method - review update
Browse files Browse the repository at this point in the history
  • Loading branch information
rpandian-spike committed Jun 30, 2022
1 parent f792aba commit f48b274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aerospike.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ exports.Record = require('./record')
* authentication.
* @property {number} AUTH_PKI - Use PKI authentication.
* Authentication and authorization is based on a certificate. No user name or
* password needs to be configured. Requires TLS and a client certificate.
* password needs to be configured. Requires mTLS and a client certificate.
*
* @example <caption>Using external authentication mode, e.g. to use LDAP authentication</caption>
*
Expand Down

0 comments on commit f48b274

Please sign in to comment.