PDA

View Full Version : Help-ayuda


kkck
04-22-2006, 02:04 AM
how can i unninstall a ssl certificate ?..dsm don't have that's options

como puedo desinstalar un certificado ssl??... dsm no trae esa opcion

Jeremy
04-23-2006, 04:43 AM
You will have to remove them by hand.

vi /usr/local/apache/conf/vhosts.conf

and look for the domain that corresponds with the domain, and remove any files it looks at.

kkck
04-23-2006, 07:09 PM
You will have to remove them by hand.

vi /usr/local/apache/conf/vhosts.conf

and look for the domain that corresponds with the domain, and remove any files it looks at.
thank's :D but i can see more file with the same domain for example:

www.dominio.com.crt-1351351351
www.dominio.com.crt-5645645645

can i remove thatīs files too??

Jeremy
04-28-2006, 05:24 AM
Unfortionally i don't know for your system. i would say yes just because you will be removing the SSL from the domain. if you uncomment the .conf file all should be fine, unless your short on space then remove the files.

cd /to/the/directory/

make a backup of the file

cp www.dominio.com.crt-1351351351 www.dominio.com.crt-1351351351.back
rm www.dominio.com.crt-1351351351
/etc/rc.d/init.d/httpd restart

Verify for any errors

cp filename1 filename1.back | copy filename1 and rename it filename1.back
rm www.dominio.com.crt-1351351351 | removes the file

or open a support ticket :D