Maybe it is Centos 6 related, I am not sure. But the script is generating this error:
Is looks like the script still tries to request the certificateL
This is the certificate for the server itself, not for a domain on it.
I would not know how to change the parameter 'secp384r1', if that is the problem.
Setting up certificate for a hostname: host3.example.nl
/usr/local/directadmin/scripts/letsencrypt.sh: line 232: [: secp384r1: integer expression expected
Requesting new certificate order...
Processing https://acme-v02.api.letsencrypt.org/acme/authz-v3/15905478631...
Processing authorization for host3.example.nl...
Challenge is valid.
Generating secp384r1 bit RSA key for host3.example.nl...
openssl genrsa secp384r1 > "/usr/local/directadmin/conf/cakey.pem.new"
usage: genrsa [args] [numbits]
-des encrypt the generated key with DES in cbc mode
-des3 encrypt the generated key with DES in ede cbc mode (168 bit key)
-idea encrypt the generated key with IDEA in cbc mode
-seed
encrypt PEM output with cbc seed
-aes128, -aes192, -aes256
encrypt PEM output with cbc aes
-camellia128, -camellia192, -camellia256
encrypt PEM output with cbc camellia
-out file output the key to 'file
-passout arg output file pass phrase source
-f4 use F4 (0x10001) for the E value
-3 use 3 for the E value
-engine e use engine e, possibly a hardware device.
-rand file:file:...
load the file (or the files in the directory) into
the random number generator
unable to load Private Key
140036750382920:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: ANY PRIVATE KEY
Checking Certificate Private key match... unable to load Private Key
140076905494344:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: ANY PRIVATE KEY
Certificate mismatch!!!
Is looks like the script still tries to request the certificateL
Setting up certificate for a hostname: host3.example.nl
/usr/local/directadmin/scripts/letsencrypt.sh: line 232: [: secp384r1: integer expression expected
Requesting new certificate order...
new-order error: HTTP/1.1 100 Continue
HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Sun, 01 Aug 2021 04:21:16 GMT
Content-Type: application/problem+json
Content-Length: 278
Connection: keep-alive
This is the certificate for the server itself, not for a domain on it.
I would not know how to change the parameter 'secp384r1', if that is the problem.