Visualizzazione dei risultati da 1 a 1 su 1
  1. #1

    Problema con certificato SSL su HPE Integrated Lights-Out (iLO 5)

    Quando accedo all'iLO attraverso il browser ricevo sempre l'errore del certificato SSL e inoltre non mi funziona .NET remote console
    Quindi sto tendando di creare un certificato SSL valido

    Ho creato il CSR (ilo.csr) dall iLO attraverso il browser andando in --> Security --> SSL Certificate

    Dopodichè ho provato ad autofirmarlo con OpenSSL in questo modo:

    codice:
    openssl genrsa -aes256 -out rootCA.key 4096
    openssl req -x509 -new -nodes -key rootCA.key -days 1024 -out rootCA.pem
    openssl x509 -req -in ilo.csr -CA rootCA.pem -CAkey rootCA.key -CAcreateserial -out ilo.crt -days 500
    Il file che si è creato (ilo.crt) l'ho caricato in Security --> SSL Certificate --> Costumize Certificate --> Import Certificate

    Inoltre ho installato il certificato che ho creato anche in windows inserendolo all'interno dell'autorità di certificazione radice attendibile.
    ---------------
    Allego le istruzioni che mi compaiono all'interno della pagina SSL certificate

    Import a Certificate

    The iLO security features can be enhanced by importing a trusted certificate. iLO can create a Certificate Signing Request (CSR) in PKCS #10 format to send to a Certificate Authority (CA). The CSR is base64-encoded. The CA processes the request and returns a response (X.509 Certificate) to import to iLO.

    There are four steps to importing a certificate:

    Generate a CSR.
    Send the CSR to a CA and receive a certificate.
    Import the certificate into iLO.
    Restart iLO.
    Ultima modifica di supersqualo; 18-07-2018 a 19:22

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.