mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
fix: directory path should be https-tls (#689)
This commit is contained in:
parent
5072295de5
commit
954c10fc88
@ -21,7 +21,7 @@ A new `key.pem` and `cert.pem` will be saved to the current directory. You will
|
|||||||
### Running Server
|
### Running Server
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ cd security/openssl
|
$ cd https-tls/openssl
|
||||||
$ cargo run # (or `cargo watch -x run`)
|
$ cargo run # (or `cargo watch -x run`)
|
||||||
starting HTTPS server at 127.0.0.1:8443
|
starting HTTPS server at 127.0.0.1:8443
|
||||||
```
|
```
|
||||||
|
@ -9,7 +9,7 @@ All the self-signed certificate are in the ./certs directory, including the CA c
|
|||||||
### Server
|
### Server
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd security/rustls-client-cert
|
cd https-tls/rustls-client-cert
|
||||||
cargo run
|
cargo run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user