I can't extend the SSL action

Eric S

Administrator
Staff member
Messages
1,262
Reaction score
196
Points
63
You will need to re-generate a new SSL via your account management > SSL certs section of your DirectAdmin panel
 

ampersx1

New Member
Messages
25
Reaction score
1
Points
3
x10 can only generate 200 SSL certs every week, due to a restriction in the SSL Cert provider. When you run "Get automatic certificate from ACME Provider", you might see a thing pop up in the bottom right saying it failed.

You may have to look elsewhere to make an SSL Cert and to drop it into your site. ZeroSSL may work for you if you aren't running any subdomains.
 

gisxkddf

Member
Messages
224
Reaction score
2
Points
18
In short, x10 cannot re -make ssl?
This site cannot provide a safe connection
The site Tiptop.x10.mx sent an invalid answer.

Follow the network in Windows.
ERR_SSL_PROTOCOL_ERROR
 

ampersx1

New Member
Messages
25
Reaction score
1
Points
3
x10 can request 200 SSL certs a week due to a limit from their SSL provider. You can make your own SSL cert from a few sites online, or you can try and deep dive into making your own using something like Certify Certificate Manager or win-acme.
 

gisxkddf

Member
Messages
224
Reaction score
2
Points
18
Perhaps I'm not doing it? What points should be executed in DerectAdmin SAVE
1/ Get automatic certificate from ACME Provider
2/Paste a pre-generated certificate and key
3/Create A Certificate Request
4/Use the best match certificate
5/Create your own self signed certificate
Which of the five
 

gisxkddf

Member
Messages
224
Reaction score
2
Points
18
net::ERR_CERT_COMMON_NAME_INVALID
You can’t install a second time for free SSL at your hosting
 

mrburnsx

Community Advocate
Community Support
Messages
685
Reaction score
67
Points
28
The rate limit can not be bypassed. All you can do is try to change ACME Provider setting between let’s encrypt and ZeroSSL or:

Use service like sslforfree to create a certificate and download the zip file it provides and extract it.

Follow the instructions:

1. Log on to DirectAdmin Control Panel.

2. Go to the "SSL Certificates" panel (underneath Account Manager).

3. Select the option "Paste a pre-generated certificate and key".

4. Open your Private Key file (private.key) and your Certificate file (certificate.crt) in Notepad and paste them both in the text box.

NOTE : Paste the Private key and then paste the certificate file content

5. When you are done, click Save.

6. Return to the 'SSL Certificates' panel and click 'SSL CA Certificate' (ca-bundle.crt).

7. Paste the intermediate certificate (Based on type of certificate you have get intermediate file) followed by the root certificate in the text box.

OR : Simply Get the CA-Bundle and paste it into the CA-Certificate field.

8. Make sure you select option "Use a CA Cert".

9. Click Save.

10. All certificates are now installed.
 
Top