PHP COMPOSER

php -r « eval(‘?>’.file_get_contents(‘http://getcomposer.org/installer’)); »

php composer.phar –version

php composer.phar self-update

php composer-setup.php –install-dir=bin –filename=composer

mv composer.phar /usr/local/bin/composer

HTTPS sur Apache

Mise à jour, nouvelle méthode

apt-get install python-certbot-apache -t jessie-backports
certbot –apache

certbot –apache certonly seulement si la conf SSL apache est manuelle
https://certbot.eff.org
//************************

encore mieux passe tout les virtual host d’un coup
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
./certbot-auto –apache  -> répondre au questions

//************************

https://www.ssllabs.com/ssltest/analyze.html?d=www.mondomaine.com -> tester la conf HTTPS

Passer un site web apache en HTTPS avec certificat valide et certifié, mais gratuit Lire la suite