Skip to content

Commit

Permalink
Merge pull request #2 from laurentcaille/patch-1
Browse files Browse the repository at this point in the history
fix --client-ca-file argument
  • Loading branch information
zealvora authored Apr 1, 2021
2 parents 0f24cad + 8d3e80c commit b96c609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain-1-cluster-setup/certificate-auth-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ openssl x509 -req -in alice.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out al
```
#### Step 2 Set ClientCA flag:
```sh
--client-ca /root/certificates/ca.crt
--client-ca-file /root/certificates/ca.crt
```
```sh
systemctl daemon-reload
Expand Down

0 comments on commit b96c609

Please sign in to comment.