Skip to content

Commit

Permalink
Merge branch 'validation_timeout' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Apr 20, 2024
2 parents 41a6664 + 86adc03 commit 7da307a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/acme_srv.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
| `Challenge` | `challenge_validation_disable` | disable challenge validation via http or dns. THIS IS A SEVERE SECURITY ISSUE! Please enable for testing/debugging purposes only. | True/False | False|
| `Challenge` | `challenge_validation_timeout` | Timeout in seconds for challenge validation | Integer | 10 |
| `Challenge` | `dns_server_list` | Use own dns servers for name resolution during challenge verification| ["ip1", "ip2"] | []|
| `Challenge` | `dns_validation_pause_timer ` | pause interval in seconds after failed validation of a dns challenge | 10 | 0.5 |
| `Challenge` | `sectigo_sim` | provide `sectigo-email-01` challenges - Only for development and testing! | True/False | False |
| `DBhandler` | `dbfile` | path and name of database file. If not specified `acme_srv/acme_srv.db` will be used. Parameter is only available for a wsgi handler and will be ignored if django handler is getting used | 'acme/database.db' | `acme_srv/acme_srv.db`|
| `Directory` | `db_check` | check database connection compare schemes and report as OK/NOK in meta information | True/False | False|
Expand Down

0 comments on commit 7da307a

Please sign in to comment.