Add SSL certificate support (#3453)
This commit is contained in:
parent
ed57a79c6e
commit
8df3cdfd51
3 changed files with 15 additions and 5 deletions
|
@ -317,6 +317,8 @@ Optionally, you can use the following command-line flags:
|
|||
| `--auto-launch` | Open the web UI in the default browser upon launch. |
|
||||
| `--gradio-auth USER:PWD` | set gradio authentication like "username:password"; or comma-delimit multiple like "u1:p1,u2:p2,u3:p3" |
|
||||
| `--gradio-auth-path GRADIO_AUTH_PATH` | Set the gradio authentication file path. The file should contain one or more user:password pairs in this format: "u1:p1,u2:p2,u3:p3" |
|
||||
| `--ssl-keyfile SSL_KEYFILE` | The path to the SSL certificate key file. |
|
||||
| `--ssl-certfile SSL_CERTFILE` | The path to the SSL certificate cert file. |
|
||||
|
||||
#### API
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue