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
130
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.5k
Content editing in Symfony
tgalopin
3
950
Symfony UX: a new JavaScript ecosystem for Symfony
tgalopin
4
4k
[SymfonyLive Paris 2020] Pragmatic frontend for Symfony developers
tgalopin
2
1.1k
SymfonyInsight: How to setup quality processes in Symfony apps
tgalopin
2
370
Symfony 5 - AFUP Day Lille 2020
tgalopin
1
860
Pragmatic frontend for Symfony developers
tgalopin
2
1.1k
Demystifying React for Symfony developers
tgalopin
3
750
Symfony 5
tgalopin
1
680
Other Decks in Programming
See All in Programming
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
900
Make Impossible States Impossibleを 意識してReactのPropsを設計しよう
ikumatadokoro
0
170
Arm移行タイムアタック
qnighy
0
320
弊社の「意識チョット低いアーキテクチャ」10選
texmeijin
5
24k
Amazon Qを使ってIaCを触ろう!
maruto
0
400
Kaigi on Rails 2024 〜運営の裏側〜
krpk1900
1
210
Contemporary Test Cases
maaretp
0
140
「今のプロジェクトいろいろ大変なんですよ、app/services とかもあって……」/After Kaigi on Rails 2024 LT Night
junk0612
5
2.1k
OnlineTestConf: Test Automation Friend or Foe
maaretp
0
110
Realtime API 入門
riofujimon
0
150
ECS Service Connectのこれまでのアップデートと今後のRoadmapを見てみる
tkikuc
2
250
Less waste, more joy, and a lot more green: How Quarkus makes Java better
hollycummins
0
100
Featured
See All Featured
Docker and Python
trallard
40
3.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
720
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Teambox: Starting and Learning
jrom
133
8.8k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Optimizing for Happiness
mojombo
376
70k
Code Review Best Practice
trishagee
64
17k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
Designing Experiences People Love
moore
138
23k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
370
Large-scale JavaScript Application Architecture
addyosmani
510
110k
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