-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic certificates per host #14
Comments
What was the behavior you saw? Did you get certificates for all your hosts? We can add a flag to disable auto TLS in host object? What are you thoughts? |
I use Armor as proxy for few web sites in my local network. |
@dkeza We can add a flag to not pull a certificate automatically for any host but then what certificate will you use for your domain which proxies to IIS. The certificate should be known to Armor for this domain. I am not sure if you mean that you don't want to use HTTPS for this domain, so if that's the case you can directly send HTTP traffic to that domain? |
I will try to explain what I have on mind, I am not sure if this is common practice. |
For Armor to handle your
Let me know your thoughts |
OK, you are right, I let Armor issue TLS certificate also for my IIS website. |
If auto TLS is on and you haven't specified any certificates for a host then Armor will try to provision them from LetsEncrypt and also keep a track of renewing it. |
Is it possible to set
"tls": {
"auto": true
}
per host?
Maybe I don't wish automatic certificates for some host.
The text was updated successfully, but these errors were encountered: