multiple DNs in check_cert_issuer?
Hi list, we have a freeradius server with enabled tls and an own CA. We prove the validity of the cert issuer like it is aoutlined in the example below. check_cert_issuer = "/C=DE/ST=somewhere/L=someplace/O=AnyCompany" No we want to change our CA and want to use two CAs for a couple of weeks. Is it possible to configure that? Thanks Stephan
On 06/01/11 14:36, Hendl Stephan wrote:
Hi list,
we have a freeradius server with enabled tls and an own CA. We prove the validity of the cert issuer like it is aoutlined in the example below.
check_cert_issuer = "/C=DE/ST=somewhere/L=someplace/O=AnyCompany"
No we want to change our CA and want to use two CAs for a couple of weeks. Is it possible to configure that?
2.1.10 exposes variables you can use to examine the cert issuer - see eap.conf for examples.
On 1/6/2011 06:36, Hendl Stephan wrote:
Hi list,
we have a freeradius server with enabled tls and an own CA. We prove the validity of the cert issuer like it is aoutlined in the example below.
check_cert_issuer = "/C=DE/ST=somewhere/L=someplace/O=AnyCompany"
No we want to change our CA and want to use two CAs for a couple of weeks. Is it possible to configure that?
Thanks Stephan
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html you have to disable check_cert_issuer, but you can otherwise use two CAs simultaneously.
participants (3)
-
Christ Schlacta -
Hendl Stephan -
Phil Mayers