INNDS Server soporta HTTPS (SSL). Los revendedores/clientes necesitan obtener un certificado de sitio de un emisor de certificados.

Se admiten tanto certificados comodín como certificados de dominio único.

Protocolos: TLSv1 TLSv1.1 TLSv1.2;
Cifrados: ECDH+AESGCM:ECDH+AES256:ECDH+AES128:DH+3DES:!ADH:!AECDH:!MD5

Hay un certificado no firmado suministrado con la instalación por defecto.

 

Añadir un certificado SSL

  • Si obtienes un archivo .crt y .key, lo más fácil es cambiarles el nombre a server.crt y server.key, y luego copiar server.crt y server.key a "C:\INNDS Server Data\nginx\ssl" (reemplazar los archivos ya existentes).
  • Si obtiene los archivos -crt.pem y -key.pem, cópielos en "C:\INNDS Server Data\nginx\ssl" y luego edite el archivo "C:\INNDS Server Data\nginx\conf\nginx.conf" para que apunte a los nuevos archivos.
  • Para forzar a los usuarios a utilizar HTTPS mientras se conectan a INNDS Server, añada lo siguiente en el archivo "C:\INNDS Server Data\nginx\conf\nginx-conf-root.inc" (cree el archivo si no existe)
if ($scheme = 'http') {
  return 301 https://$host$request_uri;
}
Undefined
  • Reinicie los servicios de Windows INNDSServer y INNDSServerNginx.

 

Emitir un certificado SSL

SSL Converter - Convert SSL certificates to different formats

¿Fue útil la respuesta? 0 Los Usuarios han Encontrado Esto Útil (0 Votos)