From ee291da06baf6a51ca8c6a940ceed87572db9163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Mon, 16 Apr 2018 19:40:13 +0200 Subject: [PATCH] Note that wildcard domains cannot be pre-authorized --- acme4j-client/src/main/java/org/shredzone/acme4j/Account.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acme4j-client/src/main/java/org/shredzone/acme4j/Account.java b/acme4j-client/src/main/java/org/shredzone/acme4j/Account.java index d69101ba..988a10d2 100644 --- a/acme4j-client/src/main/java/org/shredzone/acme4j/Account.java +++ b/acme4j-client/src/main/java/org/shredzone/acme4j/Account.java @@ -134,6 +134,8 @@ public class Account extends AcmeJsonResource { * certification, and returns the necessary challenges. *

* Some servers may not allow pre-authorization. + *

+ * It is not possible to pre-authorize wildcard domains. * * @param domain * Domain name to be pre-authorized. IDN names are accepted and will be ACE