Note that wildcard domain pre-authorization may not be supported

pull/61/head
Richard Körber 2018-03-06 22:10:43 +01:00
parent 09abb23599
commit e04e175c00
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 5 additions and 0 deletions

View File

@ -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.