Pour générer un CSR, vous devez vous connecter en SSH sur votre hébergement Performance, puis taper les commandes suivantes, en adaptant les réponses à fournir en fonction de votre situation.
Procédure
- Positionnez vous dans le dossier /home/ :
cd /home/
- Tapez la commande suivante :
openssl req -nodes -newkey rsa:2048 -sha256 -keyout /home/votresite.fr.key -out /home/votresite.fr.csr
- Répondre alors aux questions posées :
Generating a 2048 bit RSA private key ....................................................................+++ ..........................................................................................+++ writing new private key to 'votresite.fr.key' ----- You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:FR State or Province Name (full name) [Some-State]:Rhone-Alpes Locality Name (eg, city) []:Grenoble Organization Name (eg, company) [Internet Widgits Pty Ltd]:PHPNET France Organizational Unit Name (eg, section) []: Common Name (eg, YOUR name) []:www.votresite.fr Email Address []:Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []: An optional company name []:
- Pour récupérer le contenu du .csr, lancez :
cat /home/votresite.fr.csr
ou téléchargez le fichiervotresite.fr.csr
via une connexion FTP.
Si vous n’arrivez pas à effectuer la procédure, vous pouvez ouvrir un ticket support en nous précisant les informations à rentrer lors de la création du CSR.