You can only manage ACME if you have set up a default online payment method (PayPal or credit card) in your Customer area.
Follow the instructions in the guide to set up a default payment method.
If you encounter an error when requesting a certificate, wait a few minutes and then:
- go to the company website and sign in to your Customer Area. For more details on how to sign in to the Customer Area, see the guide;
- select Dashboard;
- check if there is an order created after the date you received the error message.
If you see an order:
- check that the payment method set up in the Customer area has sufficient credit to cover the cost of the service. If not, top up the credit or replace the payment method with a valid one;
- select Pay;
- check that the order has been paid;
- sign in to your server and relaunch the command to activate the SSL certificate with ACME.
If you do not see an order: relaunch the command to activate the SSL certificate with ACME.
To renew a certificate with ACME, check that a payment method has been set up. Follow the instructions in the guide to set up a new default payment method.
When the certificate expires, if this condition has been met, the system witll automatically renew the service.
No, on the contrary. The ACME protocol is designed to enhance security and efficiency in managing SSL Certificates. It automates key processes such as issuance, renewal, and revocation without compromising security.
See the guide for more details on ACME.
ACME cannot currently be purchased for Wildcard DV SSL Certificates.
See the guide for more details on ACME.
If you have already previously configured another ACME account:
- log in to the server where you need to install ACME;
- open a command shell as root;
- Run the command:sudo certbot unregister --server https://acme-api.actalis.com/acme/directory
- then run the command:
sudo certbot --nginx --server https://acme-api.actalis.com/acme/directory --eab-kid EAB Kid --eab-hmac-key <HMAC> --agree-tos -m TUACASELLAMAIL@NOMEDOMINIO.ESTENSIONE --no-eff-email -v --preconfigured-renewal
In this code, you need to insert:
- the EAB Kid code you are currently using (and have already registered)
- your email address
Yes. The code you need to use is:
certbot --apache --server https://acme-api.actalis.com/acme/directory -d DOMINIO.ESTENSIONE -d WWW.DOMINIO.ESTENSIONE