1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

fix: directory path should be https-tls (#689)

This commit is contained in:
jamesarch
2023-12-29 20:25:15 +08:00
committed by GitHub
parent 5072295de5
commit 954c10fc88
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ All the self-signed certificate are in the ./certs directory, including the CA c
### Server
```sh
cd security/rustls-client-cert
cd https-tls/rustls-client-cert
cargo run
```