Skip to content

Commit

Permalink
Merge branch 'validation_timeout'
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Apr 20, 2024
2 parents 7da307a + c1ac77d commit bc9deb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/acme_srv.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +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` | `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 bc9deb6

Please sign in to comment.