noci2012

Results 64 comments of noci2012

I use rfc2136 for one place and need a plesk for external systems on two other sites. (two of them need wildcard certificates). Not having those would make certbot a...

@addferrand, The problem with the first strategy is the amount of existing tooling already build which often won't work on next release. (that's why i was glad to see some...

@trinopoty, I disagree with your view on wildcard certificates. I have several "functional" separate systems (some also physical separated) behind a haproxy. The haproxy strips the SSL and uses a...

It is not limited to haproxy, any reverse proxy will have similar issues. Any server having multiple "virtual" services on subdomains for one domain will have similar issues. Also having...

@tim-seoss: that would exclude immediately the official DNS update method rfc2136... as that has no HTTPS defined method. (although it SHOULD be the method all DNS server should support). To...

The issue #6386 is updated to use dns-lexicon please verify. (modelled after dnsimple. Not sure if it actually works like it should as the .INI file needs the keys to...

Or slightly more broadly what's the state of dns authenticators in general.

for nginx also check out these configuration items: http://nginx.org/en/docs/http/ngx_http_realip_module.html

I added then following above line 61: ``` if (!isset($row_height)) { $row_height = 80; } ``` Most probably not the "right" way.., it works for me.

i took a stab @ files_opds https://github.com/Yetangitu/owncloud-apps/pull/121