Skip to content

Commit

Permalink
Merge pull request #268 from pierrechevallereau/typo_mkcert
Browse files Browse the repository at this point in the history
docs : typo in mkcert example
  • Loading branch information
Thiht authored Mar 27, 2023
2 parents 8bd871e + e4a98a4 commit 32ddbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ mkcert -cert-file /tmp/cert.pem -key-file /tmp/key.pem localhost
Then, start Smocker with TLS enabled, using your generated certificate:

```sh
./smocker -mock-server-listen-port=44300 -config-listen-port=44301 -tls-enable -tls-cert-file=/tmp/cert.pem -tls-private-key-file=/tmp/key.pm
./smocker -mock-server-listen-port=44300 -config-listen-port=44301 -tls-enable -tls-cert-file=/tmp/cert.pem -tls-private-key-file=/tmp/key.pem
```

## Authors
Expand Down

0 comments on commit 32ddbd1

Please sign in to comment.