Skip to content

Commit

Permalink
Fix parameter name (#631)
Browse files Browse the repository at this point in the history
* remove test file.

* version update

* Fix link to /cacert in README.md (#518)

* Fix parameter name

Fix parameter name -store-resposne to -store-response

---------

Co-authored-by: sandeep <[email protected]>
Co-authored-by: Yonas Yanfa <[email protected]>
  • Loading branch information
3 people authored Aug 30, 2024
1 parent e091272 commit 3ee5178
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 @@ -67,7 +67,7 @@ Usage:

Flags:
OUTPUT:
-sr, -store-resposne store raw http request / response to output directory (default proxify_logs)
-sr, -store-response store raw http request / response to output directory (default proxify_logs)
-o, -output output file to store proxify logs (default proxify_logs.jsonl)
-of, -output-format string output format (jsonl/yaml) (default "jsonl")
-dump-req Dump only HTTP requests to output file
Expand Down Expand Up @@ -253,7 +253,7 @@ replay -output "logs/"

### Installing SSL Certificate

A certificate authority is generated for proxify which is stored in the folder `~/.config/proxify/` as default, manually can be specified by `-config` flag. The generated certificate can be imported by visiting [http://proxify/cacert.crt](http://proxify/cacert.crt) in a browser connected to proxify.
A certificate authority is generated for proxify which is stored in the folder `~/.config/proxify/` as default, manually can be specified by `-config` flag. The generated certificate can be imported by visiting [http://proxify/cacert](http://proxify/cacert) in a browser connected to proxify.

Installation steps for the Root Certificate is similar to other proxy tools which includes adding the cert to system trusted root store.

Expand Down

0 comments on commit 3ee5178

Please sign in to comment.