Upgrade to Pro — share decks privately, control downloads, hide ads and more …

HTTPS automatiquement et gratuitement dans vos projets Symfony

HTTPS automatiquement et gratuitement dans vos projets Symfony

Lightning talk effectué le 8 avril 2016 au Symfony Live Paris

Titouan Galopin

April 08, 2016
Tweet

More Decks by Titouan Galopin

Other Decks in Programming

Transcript

  1. Serveur de Let’s Encrypt Votre serveur “Enregistre moi avec l’e-mail

    XXX” “Je veux un certificat pour example.org”
  2. Serveur de Let’s Encrypt Votre serveur “Enregistre moi avec l’e-mail

    XXX” “Je veux un certificat pour example.org” “Expose le token XXX sur l’URL http://example.org/.well-known/YYY”
  3. Serveur de Let’s Encrypt Votre serveur “Enregistre moi avec l’e-mail

    XXX” “Je veux un certificat pour example.org” “Expose le token XXX sur l’URL http://example.org/.well-known/YYY” “C’est fait”
  4. Serveur de Let’s Encrypt Votre serveur “Enregistre moi avec l’e-mail

    XXX” “Je veux un certificat pour example.org” “Expose le token XXX sur l’URL http://example.org/.well-known/YYY” “C’est fait” “Ok, voici le certificat”
  5. app/config/config.yml acme_php: contact_email: [email protected] default_distinguished_name: country: FR locality: Paris ...

    domains: myapp.com: ~ Command line bin/console acmephp:generate crontab 0 0 1 * * /your/app/path/bin/console acmephp:generate && service nginx reload