Skip to content

Commit 9a511a5

Browse files
authored
Update Authentication.md
1 parent f8d3092 commit 9a511a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Using Client Certificates
1+
Authentication
22
===
33

44
There are multiple ways of connecting to a Redis server, depending on the authentication model. The simplest
@@ -65,7 +65,7 @@ If you have a local public / private key pair (such as `MyUser2.crt` and `MyUser
6565

6666
``` csharp
6767
config.SetUserPemCertificate(
68-
userCertificatePath: userCrtPatah,
68+
userCertificatePath: userCrtPath,
6969
userKeyPath: userKeyPath
7070
);
7171
```
@@ -75,7 +75,7 @@ method can be used:
7575

7676
``` csharp
7777
config.SetUserPfxCertificate(
78-
userCertificatePath: userCrtPatah,
78+
userCertificatePath: userCrtPath,
7979
password: filePassword // optional
8080
);
8181
```

0 commit comments

Comments
 (0)