# davfs2 secrets file  2007-03-02
# version 3
# -------------------------------

# # This file must be readable and writable by the owner only (mode 0600).

# This file contains username and password for the proxy, the
# WebDAV resources and decryption passwords for client certificates.

# Comments are indicated by a '#' character and the rest of the line
# is ignored. Empty line are ignored too.

# Each line consists of two or three items separated by spaces or tabs.
# If an item contains one of the characters space, tab, #, \ or ", this
# character must be escaped by a preceding \. Alternatively, the item
# may be enclosed in double quotes.

# After escape characters and quotation are removed, names of proxy,
# WebDAV server and client certificate files must exactly match the
# ones given in davfs2.conf, fstab or environment variables.


# Proxy Line
# ----------
# A proxy line consists of the fully qualified domain name of the proxy,
# the username and the password. The proxy name must not contain a scheme
# or path segment, but a port number may be added, separated by a colon.
# The password my be omitted.

# Examples
# foo.bar                       otto          "my secret"
# foo.bar:3245                  otto          my\ secret


# Credential Line
# ---------------
# A credential line consists of the server url, the username and the
# password. The url must contain scheme, fully qualified domain name
# and path. If the path segment is missing, / is assumed.
# The password my be omitted.

# Examples
# https://foo.bar/              otto          g3H\"x\ 7z\\
# https://foo.bar               otto          geheim
# "http://foo.bar/my documents" otto          "geh # heim"
# http://foo.bar:333/dav        otto          geh\ \#\ heim


# Password for Client Certificate
# -------------------------------
# It must contain the name of the certificate file and the encryption password.

# Examples
# otto_private.crt              "this is extraordinary secret"
# "otto private.crt"            this\ is\ secret,\ too.
