```
Certificate will expire
Certificate will not expire
Creating challenge directory...
Installing Let's Encrypt client...
HEAD is now at ea84199 release 0.7.1 (it finally happened!)
Removing chains/
Removing ~/
Configuring client...
Restarting Nginx...
Generating Certificate...
# INFO: Using main config file /root/dehydrated071/config
+ Generating account key...
+ Registering account key with ACME server...
+ Fetching account URL...
+ Done!
# INFO: Using main config file /root/dehydrated071/config
+ Creating chain cache directory /root/dehydrated071/chains
Processing panda-joy.hxd.app with alternative names: panda joy
+ Creating new directory /root/dehydrated071/certs/mecfb3xcyoholcwcplpicr7yjet926 ...
+ Signing domains...
+ Generating private key...
+ Generating signing request...
+ Requesting new certificate order from CA...
+ ERROR: An error occurred while sending post-request to https://acme-v02.api.letsencrypt.org/acme/new-order (Status 400)
Details:
HTTP/2 400
server: nginx
date: Sun, 15 Jan 2023 12:42:43 GMT
content-type: application/problem+json
content-length: 784
boulder-requester: 917879307
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
replay-nonce: 371CTaUoQvGhR4ig4fKHAE8kIZpFWCSJLIwlIUg0Zaof0wI
{
"type": "urn:ietf:params:acme:error:rejectedIdentifier",
"detail": "Error creating new order :: Cannot issue for \"joy\": Domain name needs at least one dot (and 1 more problems. Refer to sub-problems for more information.)",
"status": 400,
"subproblems": [
{
"type": "urn:ietf:params:acme:error:rejectedIdentifier",
"detail": "Error creating new order :: Domain name needs at least one dot",
"status": 400,
"identifier": {
"type": "dns",
"value": "joy"
}
},
{
"type": "urn:ietf:params:acme:error:rejectedIdentifier",
"detail": "Error creating new order :: Domain name needs at least one dot",
"status": 400,
"identifier": {
"type": "dns",
"value": "panda"
}
}
]
}
Status Code: 1
Timeout: false
```