mirror of https://github.com/shred/acme4j
Note that wildcard domains cannot be pre-authorized
parent
7a1136ec2a
commit
ee291da06b
|
@ -134,6 +134,8 @@ public class Account extends AcmeJsonResource {
|
||||||
* certification, and returns the necessary challenges.
|
* certification, and returns the necessary challenges.
|
||||||
* <p>
|
* <p>
|
||||||
* Some servers may not allow pre-authorization.
|
* Some servers may not allow pre-authorization.
|
||||||
|
* <p>
|
||||||
|
* It is not possible to pre-authorize wildcard domains.
|
||||||
*
|
*
|
||||||
* @param domain
|
* @param domain
|
||||||
* Domain name to be pre-authorized. IDN names are accepted and will be ACE
|
* Domain name to be pre-authorized. IDN names are accepted and will be ACE
|
||||||
|
|
Loading…
Reference in New Issue