You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, is it possible (or if not it will be nice feature) to generate the self signed certificates automatically each https vhosts? I find this useful on localhost. I have several apps locally hosted on domains like https://myapp.localhost and I don't want to create the certificates manually for each of them. My workaround now is to use wildcard certificate for *.dev.localhost but is is not ideal, because I have to use the dev subdomain because the cert for *.localhost cannot be used (wildcard on top level domain).
If nginx-proxy doesn't have this feature, do you know about some another docker project which does? I see it fine to have another docker container for automatic certificates generating along with nginx-proxy container.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, is it possible (or if not it will be nice feature) to generate the self signed certificates automatically each https vhosts? I find this useful on localhost. I have several apps locally hosted on domains like
https://myapp.localhost
and I don't want to create the certificates manually for each of them. My workaround now is to use wildcard certificate for*.dev.localhost
but is is not ideal, because I have to use thedev
subdomain because the cert for*.localhost
cannot be used (wildcard on top level domain).If
nginx-proxy
doesn't have this feature, do you know about some another docker project which does? I see it fine to have another docker container for automatic certificates generating along withnginx-proxy
container.Thanks
Beta Was this translation helpful? Give feedback.
All reactions