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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Titouan Galopin
April 08, 2016
Programming
140
1
Share
HTTPS automatiquement et gratuitement dans vos projets Symfony
Lightning talk effectué le 8 avril 2016 au Symfony Live Paris
Titouan Galopin
April 08, 2016
More Decks by Titouan Galopin
See All by Titouan Galopin
Concevoir son API pour le futur
tgalopin
2
1.8k
Content editing in Symfony
tgalopin
3
1.1k
Symfony UX: a new JavaScript ecosystem for Symfony
tgalopin
4
4.2k
[SymfonyLive Paris 2020] Pragmatic frontend for Symfony developers
tgalopin
2
1.2k
SymfonyInsight: How to setup quality processes in Symfony apps
tgalopin
2
430
Symfony 5 - AFUP Day Lille 2020
tgalopin
1
1k
Pragmatic frontend for Symfony developers
tgalopin
2
1.3k
Demystifying React for Symfony developers
tgalopin
3
850
Symfony 5
tgalopin
1
740
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
1.2k
我々はなぜ「層」を分けるのか〜「関心の分離」と「抽象化」で手に入れる変更に強いシンプルな設計〜 #phperkaigi / PHPerKaigi 2026
shogogg
2
720
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
180
How to stabilize UI tests using XCTest
akkeylab
0
150
ローカルで稼働するAI エージェントを超えて / beyond-local-ai-agents
gawa
1
200
Reactive ❤️ Loom: A Forbidden Love Story
franz1981
2
210
Smarter Angular mit Transformers.js & Prompt API
christianliebel
PRO
1
110
AI Assistants for YourAngular Solutions @Angular Graz, March 2026
manfredsteyer
PRO
0
130
Fundamentals of Software Engineering In the Age of AI
therealdanvega
2
310
野球解説AI Agentを開発してみた - 2026/02/27 LayerX社内LT会資料
shinyorke
PRO
0
380
Codex の「自走力」を高める
yorifuji
0
1.3k
仕様漏れ実装漏れをなくすトレーサビリティAI基盤のご紹介
orgachem
PRO
8
3.7k
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
120
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.3k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
690
A designer walks into a library…
pauljervisheath
210
24k
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
420
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
Amusing Abliteration
ianozsvald
0
150
For a Future-Friendly Web
brad_frost
183
10k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
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