mirror of
https://github.com/certbot/certbot.git
synced 2026-03-17 08:02:09 -04:00
docs: use monospace syntax for method name
This commit is contained in:
parent
3f625d3a0d
commit
af5fd4f6bd
1 changed files with 2 additions and 2 deletions
|
|
@ -169,8 +169,8 @@ challenges: HTTP, TLS-SNI, and DNS, represented by classes in `acme.challenges`.
|
|||
An authenticator plugin should implement support for at least one challenge type.
|
||||
|
||||
An Authenticator indicates which challenges it supports by implementing
|
||||
get_chall_pref(domain) to return a sorted list of challenge types in preference
|
||||
order.
|
||||
`get_chall_pref(domain)` to return a sorted list of challenge types in
|
||||
preference order.
|
||||
|
||||
An Authenticator must also implement `perform(achalls)`, which "performs" a list
|
||||
of challenges by, for instance, provisioning a file on an HTTP server, or
|
||||
|
|
|
|||
Loading…
Reference in a new issue