# How to create SSL certificates with Traefik Ingress Controller?

**URL:** https://community.traefik.io/t/how-to-create-ssl-certificates-with-traefik-ingress-controller/11433
**Category:** Traefik v2
**Tags:** kubernetes-ingress, letsencrypt-acme
**Created:** [August 11, 2021, 3:34pm UTC](https://community.traefik.io/t/how-to-create-ssl-certificates-with-traefik-ingress-controller/11433 "2021-08-11T15:34:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![alexohneander](https://avatars.discourse-cdn.com/v4/letter/a/9fc348/32.png) [@alexohneander](https://community.traefik.io/u/alexohneander)
#### Post date: [August 11, 2021, 3:34pm UTC](https://community.traefik.io/t/how-to-create-ssl-certificates-with-traefik-ingress-controller/11433/1 "2021-08-11T15:34:03Z")

</div>

I have a BareMetal Kubernetes cluster with a Traefik Ingress controller.  
In front of the cluster is a HAProxy that forwards the requests to the Ingress Controller. Normal HTTP requests (Ingress Rules) work fine.  
How can I generate SSL certificates with Traefik. I have already tried with the cert manager, but the certificate is never completed.

The well-known directory can be accessed from outside.  
Can someone help here?
