Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
HTTPS automatiquement et gratuitement dans vos projets Symfony
Titouan Galopin
April 08, 2016
Programming
1
120
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
Share
More Decks by Titouan Galopin
See All by Titouan Galopin
Symfony UX: a new JavaScript ecosystem for Symfony
tgalopin
3
3.4k
[SymfonyLive Paris 2020] Pragmatic frontend for Symfony developers
tgalopin
1
870
SymfonyInsight: How to setup quality processes in Symfony apps
tgalopin
2
330
Symfony 5 - AFUP Day Lille 2020
tgalopin
1
680
Pragmatic frontend for Symfony developers
tgalopin
2
840
Demystifying React for Symfony developers
tgalopin
3
500
Symfony 5
tgalopin
1
570
Plongée dans l'injection de dépendances de Symfony
tgalopin
2
960
Demystifying React, Redux, JSX and Webpack
tgalopin
0
700
Other Decks in Programming
See All in Programming
heyにおけるCI/CDの現状と課題
fufuhu
3
560
Web API連携でCSRF対策がどう実装されてるか調べた / how to implements csrf-detection on Web API
yasuakiomokawa
2
460
Let's keep Commodore 64 alive for the next 40 years
mehowte
1
110
模組化的Swift架構(二) DDD速成
haifengkao
0
390
What's new in Android development tools まとめ
mkeeda
0
340
マルチプロダクト×非構造化データ×機械学習を支えるデータ信頼性
akino
0
150
Get Ready for Jakarta EE 10
ivargrimstad
0
2.4k
Jetpack Composeでの画面遷移
iwata_n
0
170
Scrum Fest Osaka 2022/5年で200人になったスタートアップの アジャイル開発の歴史とリアル
atamaplus
1
900
オブジェクト指向で挫折する初学者へ
deepoil
0
170
git on intellij
hiroto_kitamura
0
170
Jetpack Compose best practices 動画紹介 @GoogleI/O LT会
takakitojo
0
330
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
85
3.9k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
151
13k
Learning to Love Humans: Emotional Interface Design
aarron
261
37k
Imperfection Machines: The Place of Print at Facebook
scottboms
253
12k
Why You Should Never Use an ORM
jnunemaker
PRO
47
7.6k
Fashionably flexible responsive web design (full day workshop)
malarkey
396
62k
How to train your dragon (web standard)
notwaldorf
58
3.9k
Navigating Team Friction
lara
175
11k
Git: the NoSQL Database
bkeepers
PRO
415
59k
We Have a Design System, Now What?
morganepeng
35
3k
Designing on Purpose - Digital PM Summit 2013
jponch
106
5.6k
Intergalactic Javascript Robots from Outer Space
tanoku
261
25k
Transcript
None
None
None
None
None
None
None
None
None
None
None
None
Serveur de Let’s Encrypt Votre serveur “Enregistre moi avec l’e-mail
XXX”
Serveur de Let’s Encrypt Votre serveur “Enregistre moi avec l’e-mail
XXX” “Je veux un certificat pour example.org”
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”
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”
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”
None
None
app/config/config.yml acme_php: contact_email: contact@mycompany.com 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