R
Runtipi16mo ago
Arvalaan

Add Custom FQDN for Additional Host

I'm trying to have a Wings instance on my machine which I'm managing through Tipi. Tipi is using my machine on port 80/443 and thus I'm unable to use things like Certbot (right?). Tipi is generating SSLs for the apps without issue but I'm struggling to understand how I can generate (and renew) SSLs for custom FQDNs. My Tipi instance runs on tipi.domain.com, I want another entrypoint on wings.domain.com which also requires an SSL to be generated, please help me understand how I can make this work!
2 Replies
Stavros
Stavros15mo ago
hello you can generate ssl certificates for subdomains like you used to if you are using dns challenge make sure the subdomain points to your machine's ip then using certbot or a similar tool you can generate the cerificates tipi will not touch them alternatively you can add your app to the tipi main network and add the traefik labels so traefik will get the certificates for you
Nicolas
Nicolas15mo ago
Yes this is a good solution Or add a DNS challenge as suggested

Did you find this page helpful?