Skip to content

Commit

Permalink
fix: directory path should be https-tls (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesarch authored Dec 29, 2023
1 parent 5072295 commit 954c10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion https-tls/openssl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A new `key.pem` and `cert.pem` will be saved to the current directory. You will
### Running Server

```console
$ cd security/openssl
$ cd https-tls/openssl
$ cargo run # (or `cargo watch -x run`)
starting HTTPS server at 127.0.0.1:8443
```
Expand Down
2 changes: 1 addition & 1 deletion https-tls/rustls-client-cert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 954c10f

Please sign in to comment.