После переустановки сервера (CentOs 7.8 с виртуальным окружением bitrix на борту.), при попытке получить сертификат, средствами bitrix env, получаю ошибку:
# INFO: Using main config file /home/bitrix/dehydrated/config
+ Fetching account URL...
+ ERROR: An error occurred while sending post-request to https://acme-v02.api.letsencrypt.org/acme/new-acct (Status 400)
Details:
HTTP/1.1 100 Continue
HTTP/1.1 400 Bad Request
Server: nginx
Date: Mon, 10 Oct 2022 12:00:10 GMT
Content-Type: application/problem+json
Content-Length: 134
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: F977MCD-9BRjEkRdNoYs-W7jrC92t0B4nSovlgZJnVMH29U
{
"type": "urn:ietf:params:acme:error:accountDoesNotExist",
"detail": "No account exists with the provided key",
"status": 400
}
Если попробовать зарегистрировать dehydrated:
/home/bitrix/dehydrated/dehydrated --register
# INFO: Using main config file /home/bitrix/dehydrated/config
+ Account already registered!
Хочу получить сертификат, на тоже доменное имя, что было до переустановки.