|
Re: SSL termination for private domains
Yes, it's the protocol[1] proposed by ISRG letsencrypt[2] (under the linux foundation umbrella) that allows automated generation and PKI signing of TLS certificates.
For the record, there's a go
Yes, it's the protocol[1] proposed by ISRG letsencrypt[2] (under the linux foundation umbrella) that allows automated generation and PKI signing of TLS certificates.
For the record, there's a go
|
By
Carlo Alberto Ferraris
·
#5753
·
|
|
Re: SSL termination for private domains
Our current policy to our users is SNI by default, i.e. unless they explicitly require non-SNI TLS termination they get SNI termination. We went with this because browser support seems good[1] and
Our current policy to our users is SNI by default, i.e. unless they explicitly require non-SNI TLS termination they get SNI termination. We went with this because browser support seems good[1] and
|
By
Carlo Alberto Ferraris
·
#5752
·
|
|
Re: SSL termination for private domains
Thank you all for your responses.
A follow up question: for the gorouter to host certs for multiple domains,
it seems only natural that it would do this via SNI. Is client support for
SNI ubiquitous
Thank you all for your responses.
A follow up question: for the gorouter to host certs for multiple domains,
it seems only natural that it would do this via SNI. Is client support for
SNI ubiquitous
|
By
Shannon Coen
·
#5751
·
|
|
Re: SSL termination for private domains
carlo.ferraris(a)rakuten.com> wrote:
Wasn't familiar with ACME until I just googled it. Do you mean some
mechanism for automated generation of certs?
carlo.ferraris(a)rakuten.com> wrote:
Wasn't familiar with ACME until I just googled it. Do you mean some
mechanism for automated generation of certs?
|
By
Shannon Coen
·
#5750
·
|
|
Re: Do we connect to the CF when we setup using pcfdev
Hello Stephen,
I am using Windows 10 and I have opened a issue in Github.
Hello Stephen,
I am using Windows 10 and I have opened a issue in Github.
|
By
Praveen sadineni
·
#5749
·
|
|
Re: SSL termination for private domains
It sounds like we are in a similar situation to Carlo, i.e.
- We have an external pair of LBs
- These are used for SSL termination
- We upload SSL certificates to the LBs for various
It sounds like we are in a similar situation to Carlo, i.e.
- We have an external pair of LBs
- These are used for SSL termination
- We upload SSL certificates to the LBs for various
|
By
James Leavers
·
#5748
·
|
|
Re: SSL termination for private domains
+1 to user provided certs for private domains. Today, we use multiple vips with diff certs or our main vip with a cert that has multiple SANs.
Our goal is for cf operators to really be out of the way
+1 to user provided certs for private domains. Today, we use multiple vips with diff certs or our main vip with a cert that has multiple SANs.
Our goal is for cf operators to really be out of the way
|
By
Anthony
·
#5747
·
|
|
Re: Announcing Volume Services for Cloud Foundry
This is ridiculously cool - nice work Persils!
This is ridiculously cool - nice work Persils!
|
By
Julz Friedman
·
#5746
·
|
|
Re: SSL termination for private domains
While we're talking about TLS, but this is only partially related, it would be awesome if we were to implement (or some hooks were provided to be able to complete) either the http or tls ACME
While we're talking about TLS, but this is only partially related, it would be awesome if we were to implement (or some hooks were provided to be able to complete) either the http or tls ACME
|
By
Carlo Alberto Ferraris
·
#5745
·
|
|
Re: SSL termination for private domains
We don't have the requirement to use an external secure store, but for that custom terminator component we were thinking to use an external secure store (Vault or something along those lines) to make
We don't have the requirement to use an external secure store, but for that custom terminator component we were thinking to use an external secure store (Vault or something along those lines) to make
|
By
Carlo Alberto Ferraris
·
#5744
·
|
|
Re: SSL termination for private domains
Carlo, Mike, others,
Do you store certs in the LB config itself, or federate/offload TLS
termination to some secure store? I'm thinking about storing user-provided
certs in the Routing API and
Carlo, Mike, others,
Do you store certs in the LB config itself, or federate/offload TLS
termination to some secure store? I'm thinking about storing user-provided
certs in the Routing API and
|
By
Shannon Coen
·
#5743
·
|
|
Re: Announcing Volume Services for Cloud Foundry
Persistence!
Shannon Coen
Product Manager, Cloud Foundry
Pivotal, Inc.
Persistence!
Shannon Coen
Product Manager, Cloud Foundry
Pivotal, Inc.
|
By
Shannon Coen
·
#5742
·
|
|
Re: SSL termination for private domains
Mike,
thanks for keeping the ball rolling!
For the TLS termination part we are currently using a setup very similar to the one described by Mike. We sit behind a bunch of SLBs that handle termination
Mike,
thanks for keeping the ball rolling!
For the TLS termination part we are currently using a setup very similar to the one described by Mike. We sit behind a bunch of SLBs that handle termination
|
By
Carlo Alberto Ferraris
·
#5741
·
|
|
Re: Announcing Volume Services for Cloud Foundry
Thank you very much.
So much awesomeness.
--
Odeyemi 'Kayode O.
http://ng.linkedin.com/in/kayodeodeyemi. t: @charyorde
Thank you very much.
So much awesomeness.
--
Odeyemi 'Kayode O.
http://ng.linkedin.com/in/kayodeodeyemi. t: @charyorde
|
By
Paul Bakare
·
#5740
·
|
|
Re: SSL termination for private domains
An extension point would be more useful than something that only worked on
the gorouters.
Another thing that mitigates our need for this feature is that most all of
our organization's applications
An extension point would be more useful than something that only worked on
the gorouters.
Another thing that mitigates our need for this feature is that most all of
our organization's applications
|
By
Mike Youngstrom <youngm@...>
·
#5739
·
|
|
Re: Announcing Volume Services for Cloud Foundry
Thanks to all who helped contribute and make this happen! This is
fantastic news.
Thanks to all who helped contribute and make this happen! This is
fantastic news.
|
By
Shawn Nielsen
·
#5738
·
|
|
Re: Announcing Volume Services for Cloud Foundry
This is great! Something many of my customers have been wanting for a long
time. Now to figure out how to integrate it with our NetApp NFS.
Mike
This is great! Something many of my customers have been wanting for a long
time. Now to figure out how to integrate it with our NetApp NFS.
Mike
|
By
Mike Youngstrom <youngm@...>
·
#5737
·
|
|
Re: SSL termination for private domains
Mike,
What if the way the gorouters were configured with user-provided certs was
a point of extension that could also be used to configure your FLB?
How often do you have to manage certs on your LB?
Mike,
What if the way the gorouters were configured with user-provided certs was
a point of extension that could also be used to configure your FLB?
How often do you have to manage certs on your LB?
|
By
Shannon Coen
·
#5736
·
|
|
Re: Announcing Volume Services for Cloud Foundry
+1 ... this is awesome to see released!
Chip Childers
VP Technology, Cloud Foundry Foundation
1.267.250.0815
+1 ... this is awesome to see released!
Chip Childers
VP Technology, Cloud Foundry Foundation
1.267.250.0815
|
By
Chip Childers <cchilders@...>
·
#5735
·
|
|
Re: Announcing Volume Services for Cloud Foundry
Sweet!!!
By
Amit Kumar Gupta
·
#5734
·
|