snekoil

MaKtErMaK

Verified User
Joined
Jun 16, 2006
Messages
17
hello in the user certificat ssl they have snekoil.dom can i change this ?
thanks.
 
This is a system generated cert not meant for production use. I have never tried to change the name in the cert so I am not sure if that is possible. I would be surprised if you can though. I think it would have to be something done at the time the cert is generated.
 
You can change it by creating an own self signed certificate in the DA user control panel as an admin onder your own admin domain. Another way is doing:

openssl req -new -x509 -keyout /usr/local/directadmin/conf/cakey.pem.tmp -out /usr/local/directadmin/conf/cacert.pem -days 3653

openssl rsa -in /usr/local/directadmin/conf/cakey.pem.tmp -out /usr/local/directadmin/conf/cakey.pem

rm -f /usr/local/directadmin/conf/cakey.pem.tmp
chown diradmin:diradmin /usr/local/directadmin/conf/cakey.pem
chmod 400 /usr/local/directadmin/conf/cakey.pem

See also this item in the KB.
 
Back
Top