Changes

From SME Server
Jump to navigationJump to search
85 bytes added ,  22:24, 22 May 2018
Line 31: Line 31:  
Assurez-vous que vous avez toute cette configuration en place avant.
 
Assurez-vous que vous avez toute cette configuration en place avant.
   −
==Preparation==
+
==Préparation==
 +
Avant de commencer l'installation, vérifiez si vous ou une contribution installée avaient configuré toutes les valeurs personnalisées pour votre certificat TLS/SSL :
   −
Before you begin installation, check to see if you or an installed contrib have configured any custom values for your TLS/SSL certificate:
   
  # config show modSSL
 
  # config show modSSL
By default it would show:
+
Par défaut, cela devrait afficher :
 
  modSSL=service
 
  modSSL=service
    TCPPort=443
+
    TCPPort=443
    access=public
+
    access=public
    status=enabled
+
    status=enabled
   −
If this shows any values for crt, key, or CertificateChainFile, make a note of them. If you encounter an issue with the certificate files generated by Letsencrypt, you'll then be able to revert your changes. To make a 'backup' of your existing key and properties you can issue:
+
Si cela affiche des valeurs pour crt, key ou CertificateChainFile, notez-les. Si vous rencontrez un problème avec les fichiers du certificat généré par Letsencrypt, vous pourrez revenir à vos modifications. Pour effectuer une «sauvegarde» de votre clé et de vos propriétés existantes, vous pouvez émettre :
 
  config show modSSL > "/root/db_configuration_modSSL_backup_$(date +%Y%m%d_%H%M%S)"
 
  config show modSSL > "/root/db_configuration_modSSL_backup_$(date +%Y%m%d_%H%M%S)"
  
3,054

edits

Navigation menu