Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
HTTPS automatiquement et gratuitement dans vos ...
Search
Titouan Galopin
April 08, 2016
Programming
1
140
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
Concevoir son API pour le futur
tgalopin
2
1.7k
Content editing in Symfony
tgalopin
3
1.1k
Symfony UX: a new JavaScript ecosystem for Symfony
tgalopin
4
4.1k
[SymfonyLive Paris 2020] Pragmatic frontend for Symfony developers
tgalopin
2
1.2k
SymfonyInsight: How to setup quality processes in Symfony apps
tgalopin
2
390
Symfony 5 - AFUP Day Lille 2020
tgalopin
1
970
Pragmatic frontend for Symfony developers
tgalopin
2
1.2k
Demystifying React for Symfony developers
tgalopin
3
800
Symfony 5
tgalopin
1
710
Other Decks in Programming
See All in Programming
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
110
デザイナーが Androidエンジニアに 挑戦してみた
874wokiite
0
550
Kiroで始めるAI-DLC
kaonash
2
630
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
110
Testing Trophyは叫ばない
toms74209200
0
890
AI時代のUIはどこへ行く?
yusukebe
18
9.1k
個人軟體時代
ethanhuang13
0
330
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
2.5k
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
280
Namespace and Its Future
tagomoris
6
710
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
510
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
190
Featured
See All Featured
Facilitating Awesome Meetings
lara
55
6.5k
Navigating Team Friction
lara
189
15k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
3k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
BBQ
matthewcrist
89
9.8k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
4 Signs Your Business is Dying
shpigford
184
22k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Producing Creativity
orderedlist
PRO
347
40k
A Tale of Four Properties
chriscoyier
160
23k
How to Ace a Technical Interview
jacobian
279
23k
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:
[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