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
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
5.8k
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
2
820
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
790
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
170
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
110
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
290
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
1
420
AIともっと楽するE2Eテスト
myohei
6
2.6k
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
590
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
1k
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
770
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
The Pragmatic Product Professional
lauravandoore
35
6.7k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Embracing the Ebb and Flow
colly
86
4.7k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Optimizing for Happiness
mojombo
379
70k
Git: the NoSQL Database
bkeepers
PRO
430
65k
How to Ace a Technical Interview
jacobian
278
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