درود
دوستان عزیز میخوام روی سرور با سیستم عامل اوبنتو ۲۲ دامنه رو certificate ولی توی ثبت ایمیل متوقف میشه بعد از این دستور

کد:
~/.acme.sh/acme.sh --register-account -m xxxx@xxxx.com
کد:
Get Free SSL Certificate

Set the default provider to Let’s Encrypt:
1 ~/.acme.sh/acme.sh --set-default-ca --server letsencrypt
Register your account for a free SSL certificate. In the next command, replace xxxx@xxxx.com by your actual email address:
1 ~/.acme.sh/acme.sh --register-account -m xxxx@xxxx.com
Obtain an SSL certificate. In the next command, replace host.mydomain.com by your actual host name:
1 ~/.acme.sh/acme.sh --issue -d host.mydomain.com --standalone
After a minute or so, the script terminates. On success, you will receive feedback as to the location of the certificate and key:
1 2 3 4 Your cert is in: /root/.acme.sh/host.mydomain.com/host.mydomain.com.cer Your cert key is in: /root/.acme.sh/host.mydomain.com/host.mydomain.com.key The intermediate CA cert is in: /root/.acme.sh/host.mydomain.com/ca.cer And the full chain certs is there: /root/.acme.sh/host.mydomain.com/fullchain.cer
You cannot use the certificate and key in their current locations, as these may be temporary. Therefore install the certificate and key to a permanent location. In the next command, replace host.mydomain.com by your actual host name:
1 ~/.acme.sh/acme.sh --installcert -d host.mydomain.com --key-file /root/private.key --fullchain-
کسی هست راهنمایی کنه ممنون