Como gestionar vacaciones con alfresco

lunes, 5 de enero de 2009 · 0 comentarios

http://forums.alfresco.com/es/viewtopic.php?f=6&t=1052

Como cambiar el certificado SSL de ESXi

· 0 comentarios

Primero tenemos que habilitar el acceso SSH. Se puede hacer así y reiniciamos el servidor.

Despues, ejecutamos lo siguiente:

1. Generate your ssl cert using openssl, or however else you want to do it. You need a .key and .crt file.
2. Now scp your .key and .crt files to your esxihost and put them in the /etc/vmware/ssl directory
3. Now cd to /etc/sfcb and edit sfcb.cfg. Change the rui.crt and rui.key references to reflect your cert files.
4. run services.sh restart

Si lo queremos cambiar en la web:

1. cd to /etc/vmware/hostd/
2. edit config.xml and change the references for rui.key and rui.crt to your own cert names.
3. run services.sh restart again


sacado de aquí