Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Proget on linux certificates for containers registry
-
Hello,
I installed Proget with docker on a debian. However I can't find any resources on how to configure Proget to expose an HTTPS registry. I don't know in which folder to put my certificates in the proget container. I'm trying to find a documentation explaining how to config the /usr/share/Inedo/SharedConfig/ProGet.config file correctly for this purpose.
Regards,
Product: ProGet
Version: 5.1.23
-
Hello Mickael,
ProGet does not support SSL on its own. However, if you have a reverse proxy like Traefik or nginx, you can terminate SSL in the reverse proxy and forward the connection to a locally-bound HTTP address.
Here's the documentation for setting up SSL Traefik and nginx:
https://docs.traefik.io/user-guide/examples/#http-https-with-sni
https://nginx.org/en/docs/http/configuring_https_servers.html