public class GenericAcmeProvider extends AbstractAcmeProvider
AcmeProvider. It should be working for all ACME servers complying to
the ACME specifications.
The serverUri is either a http or https URI to the server's directory service.
| Constructor and Description |
|---|
GenericAcmeProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(URI serverUri)
Checks if this provider accepts the given server URI.
|
URL |
resolve(URI serverUri)
Resolves the server URI and returns the matching directory URL.
|
connect, createChallenge, createHttpConnector, directorypublic GenericAcmeProvider()
public boolean accepts(URI serverUri)
AcmeProviderserverUri - Server URI to testtrue if this provider accepts the server URI, false
otherwiseCopyright © 2015–2019. All rights reserved.