feat: add initial acme support (ugly!)
This commit is contained in:
parent
d6136f9ffa
commit
7b0ca08e1e
11 changed files with 277 additions and 89 deletions
|
|
@ -105,4 +105,9 @@ pub enum RpxyError {
|
|||
// Others
|
||||
#[error("Infallible")]
|
||||
Infallible(#[from] std::convert::Infallible),
|
||||
|
||||
/// No Acme server config for Acme challenge
|
||||
#[cfg(feature = "acme")]
|
||||
#[error("No Acme server config")]
|
||||
NoAcmeServerConfig,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue