Skip to content

Commit

Permalink
Added integration spec for SSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
redbeard committed Jan 5, 2015
1 parent 2f23412 commit c4a9b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ As the Pact mock service can be used as a standalone executable and administered
### With Ruby

$ gem install pact-mock_service
$ pact-mock_service --port 1234
$ pact-mock-service --port 1234

#### With SSL

If you need to use the mock service with HTTPS, you can use the built-in SSL mode which relies on a self-signed certificate.

$ pact-mock_service --port 1234 --ssl
$ pact-mock-service --port 1234 --ssl

Run `pact-mock-service help` for command line options.

Expand Down

0 comments on commit c4a9b89

Please sign in to comment.