Skip to content

Commit

Permalink
Add DATASETTE_SSL_KEYFILE and DATASETTE_SSL_CERTFILE envvars to datas…
Browse files Browse the repository at this point in the history
…ette serve flags (#2423)

Closes #2422
  • Loading branch information
asg017 authored Sep 9, 2024
1 parent 0bc6a2a commit a542870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datasette/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,10 +468,12 @@ def uninstall(packages, yes):
@click.option(
"--ssl-keyfile",
help="SSL key file",
envvar="DATASETTE_SSL_KEYFILE",
)
@click.option(
"--ssl-certfile",
help="SSL certificate file",
envvar="DATASETTE_SSL_CERTFILE",
)
@click.option(
"--internal",
Expand Down

0 comments on commit a542870

Please sign in to comment.