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.6k
Content editing in Symfony
tgalopin
3
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
960
Pragmatic frontend for Symfony developers
tgalopin
2
1.2k
Demystifying React for Symfony developers
tgalopin
3
790
Symfony 5
tgalopin
1
710
Other Decks in Programming
See All in Programming
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
1
420
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
160
脱Riverpod?fqueryで考える、TanStack Queryライクなアーキテクチャの可能性
ostk0069
0
150
10 Costly Database Performance Mistakes (And How To Fix Them)
andyatkinson
0
340
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
100
Discover Metal 4
rei315
2
140
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
1
190
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
170
Hypervel - A Coroutine Framework for Laravel Artisans
albertcht
1
130
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
3
490
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
2
830
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
1
10k
Featured
See All Featured
Code Review Best Practice
trishagee
69
18k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
A Tale of Four Properties
chriscoyier
160
23k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
Adopting Sorbet at Scale
ufuk
77
9.5k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Designing Experiences People Love
moore
142
24k
Speed Design
sergeychernyshev
32
1k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Practical Orchestrator
shlominoach
189
11k
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