mirror of https://github.com/shred/acme4j
Note that wildcard domain pre-authorization may not be supported
parent
09abb23599
commit
e04e175c00
|
@ -152,6 +152,11 @@ Authorization auth = account.preAuthorizeDomain(domain);
|
||||||
Some CAs may not offer domain pre-authorization. `preAuthorizeDomain()` will then fail and throw an `AcmeException`.
|
Some CAs may not offer domain pre-authorization. `preAuthorizeDomain()` will then fail and throw an `AcmeException`.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="alert alert-info" role="alert">
|
||||||
|
|
||||||
|
Some CAs may not offer wildcard domain pre-authorization, but only wildcard domain orders.
|
||||||
|
</div>
|
||||||
|
|
||||||
## Deactivate an Authorization
|
## Deactivate an Authorization
|
||||||
|
|
||||||
It is possible to deactivate an `Authorization`, for example if you sell the associated domain.
|
It is possible to deactivate an `Authorization`, for example if you sell the associated domain.
|
||||||
|
|
Loading…
Reference in New Issue