Translations:Configuring Apache to use SSL/4/fr

From Alliance Doc
Revision as of 20:02, 21 December 2016 by Diane27 (talk | contribs) (Created page with "<ol> <li>'''Activer le module SSL'''<br/> Installez Apache (voir Installing Apache), puis activez le module SSL ainsi :...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. Activer le module SSL
    Installez Apache (voir Installing Apache), puis activez le module SSL ainsi :
    [name@server ~]$ sudo a2enmod ssl
    [name@server ~]$ sudo service apache2 restart
    
  2. Créer un certificat SSL autosigné
    Question.png
    [name@server ~]$  sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/server.key -out /etc/ssl/certs/server.crt
    

    If you are asked for a pass phrase this likely means you missed the -node option, please reissue the command checking it carefully against the above. This command will ask you a series of questions. Below is a list of the questions with example responses: