- Joined
- Feb 27, 2003
- Messages
- 8,509
Create a Support Ticket and include the exact message from the result so we can manually check the A record.
John
John
It's cool we can use Letsencrypt to also manage the hostname certificate for exim/ftp/dovecot/DA itself - is there a way to make that a multidomain cert? e.g. I'd like it to include the server hostname, but also mail/mailserver.<hostname> and ftp.<hostname>. Then DA can use that multi domain certificate automatically for exim/ftp/dovecot/DA itself as a multi-domain.
Need to fix that so it creates symlink to the original file.
Please use letsencrypt=1 instead of letsencrypt=2 in directadmin.conf.
These are server-level certificates (for your hostname). To generate these, you should start letsencrypt.sh manually:
Code:cd /usr/local/directadmin/scripts ./letsencrypt.sh request [B]your.hostname.com [/B]4096
I tried this, and it seems to work for the DirectAdmin interface. But if I try to connect with my mail server, I still get the old cert. Is it supposed to change the cert in Exim, or should I do that manually?
hostname
.htpasswd
public_ftp
public_html
Are you sure that domain is set as the hostname of the server? Please check:
Code:hostname
Do you have custom templates?
Code:ls -1 /usr/local/directadmin/custombuild/custom/nginx*/conf/
I installed letts encypt for the hostname srv1.mydomain.com everything seems to work
but when i create a user certificate for the user and they go to https://mydomain.com:2222 is gives a invalid certificate (https:mydomain.com gives a valid certificate)
and now when a user types domain.com:2222 they get a redirect to the server ip https://87.**.14.145:222 with a invalid certificate
is there a way to fix this so they see https:mydomain.com:2222 with a valid certificate?
nginx: [emerg] SSL_CTX_use_PrivateKey_file("/usr/local/directadmin/data/users/username/domains/example.com.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)nginx: configuration file /etc/nginx/nginx.conf test failed