Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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.