From e04e175c00178c1f92cc25f5ab656545855502ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Tue, 6 Mar 2018 22:10:43 +0100 Subject: [PATCH] Note that wildcard domain pre-authorization may not be supported --- src/site/markdown/usage/order.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/site/markdown/usage/order.md b/src/site/markdown/usage/order.md index 7c91c46a..ac0c087e 100644 --- a/src/site/markdown/usage/order.md +++ b/src/site/markdown/usage/order.md @@ -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`. + + ## Deactivate an Authorization It is possible to deactivate an `Authorization`, for example if you sell the associated domain.