Re: httpd.conf path substitution

2018-04-04 Thread Markus Rosjat
Am 04.04.2018 um 00:05 schrieb Michael Hekeler: Am Thu, 29 Mar 2018 17:13:10 +0200 schrieb Michael Hekeler : Ah - I see what you try to do... But SNI doesn´t mean one single certificate for multiple hostnames (this you can do with multiple entries in the certificate subject alt name). SNI

Re: httpd.conf path substitution

2018-04-03 Thread Michael Hekeler
Am Thu, 29 Mar 2018 17:13:10 +0200 schrieb Michael Hekeler : > On Thu, Mar 29, 2018 at 11:58:09AM +0200, Markus Rosjat wrote: > > Hi there, > > > > its not really an issue but I noticed if I want to substitute a path > > for the tls key or cert I get a syntax error from httpd -n > > > > So is t

Re: httpd.conf path substitution

2018-03-29 Thread Michael Hekeler
On Thu, Mar 29, 2018 at 11:58:09AM +0200, Markus Rosjat wrote: > Hi there, > > its not really an issue but I noticed if I want to substitute a path > for the tls key or cert I get a syntax error from httpd -n > > So is there some special syntax for this or is it simply not > possible to do somet

Re: httpd.conf path substitution

2018-03-29 Thread edgar
On Mar 29, 2018 4:58 AM, Markus Rosjat wrote: > > Hi there, > > its not really an issue but I noticed if I want to substitute a path for > the tls key or cert  I get a syntax error from httpd -n > > So is there some special syntax for this or is it simply not possible to > do something like > >

httpd.conf path substitution

2018-03-29 Thread Markus Rosjat
Hi there, its not really an issue but I noticed if I want to substitute a path for the tls key or cert I get a syntax error from httpd -n So is there some special syntax for this or is it simply not possible to do something like tls_key ="/path/to/key" tls_cert ="/path/to/cert" server "do