On Mar 29, 2018 4:58 AM, Markus Rosjat <[email protected]> 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 > > tls_key ="/path/to/key" > tls_cert ="/path/to/cert" > > server "domain.tld" { > > tls { > key $tls_key > certificate $tls_cert > } > > } > > regards > > -- > Markus Rosjat fon: +49 351 8107223 mail: [email protected] > > G+H Webservice GbR Gorzolla, Herrmann > Königsbrücker Str. 70, 01099 Dresden > > http://www.ghweb.de > fon: +49 351 8107220 fax: +49 351 8107227 > > Bitte prüfen Sie, ob diese Mail wirklich ausgedruckt werden muss! Before > you print it, think about your responsibility and commitment to the > ENVIRONMENT >
I seem to remember seeing this on the list semi recently. I believe it had something to do with quotes and macro expansion. Perhaps look through the archives I think you will find the answer.

