Tag: Linux

  • How to create DNSsec DANE TLSA entries

    How to create DNSsec DANE TLSA entries

    Rationale One of the most promising features for DNSsec is the ability to tell a client which certificate to expect when connecting via Transport Layer Security (TLS). RFC 6698 specifies how TLS Authentication information can be put into DNSsec. So when you ask for the IP address of the server, you can simultaneously obtain the information which…

  • Using a user database backend for Apache authentication

    Would you like to use an existing database for Apache authentication, e.g. instead of the htpasswd file in your small WebDAV server?

  • A fast and simple WebDAV server in Apache

    Are you trying to create set up a WebDAV server with little effort, yet with high performance? Are you doing this for an SME, a small workgroup, or your family? Do you prefer control over your data, so Dropbox is not an option? Do you prefer raw upload and download speed to all the fancy…