public class LetsEncryptAcmeProvider extends AbstractAcmeProvider
AcmeProvider for Let's Encrypt.
The serverUri is "acme://letsencrypt.org" for the production server,
and "acme://letsencrypt.org/staging" for a testing server.
If you want to use Let's Encrypt, always prefer to use this provider.
| Constructor and Description |
|---|
LetsEncryptAcmeProvider() |
| 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 LetsEncryptAcmeProvider()
public boolean accepts(URI serverUri)
AcmeProviderserverUri - Server URI to testtrue if this provider accepts the server URI, false
otherwiseCopyright © 2015–2019. All rights reserved.