Add title and description metadata to documentation pages
This commit is contained in:
parent
ffdd693ff6
commit
7c4bf602f0
116 changed files with 573 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
title: "Traefik Docker HTTP Challenge Documentation"
|
||||
description: "Learn how to create a certificate with the Let's Encrypt HTTP challenge to use HTTPS on a Service exposed with Traefik Proxy. Read the technical documentation."
|
||||
---
|
||||
|
||||
# Docker-compose with let's encrypt : HTTP Challenge
|
||||
|
||||
This guide aim to demonstrate how to create a certificate with the let's encrypt HTTP challenge to use https on a simple service exposed with Traefik.
|
||||
|
@ -80,4 +85,4 @@ command:
|
|||
labels:
|
||||
# Uses the Host rule to define which certificate to issue
|
||||
- "traefik.http.routers.whoami.tls.certresolver=myresolver"
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue