# Rebex Buru SFTP Server Web Administration configuration file
# This file is in YAML (
https://en.wikipedia.org/wiki/YAML#Syntax) - note that leading whitespace IS SIGNIFICANT, unlike in XML
# Visit
https://rebex.net/buru-sftp-server/doc/configuration-web-admin for more details
# Bindings the web administration will use for incoming HTTP/HTTPS connections.
bindings:
# listen for HTTP requests on localhost:8880 (this is the default binding)
- hostname: localhost
port: 8880
# # listen for HTTPS requests on 192.168.1.212:443, load SSL certificate from file
# - hostname: localhost
# port: 443
# certificateFromFile:
# filePath: C:\dos\Buru\2023csiuwild.pfx
#
# # listen for HTTPS requests on wa.mydomain.com:443 (IP address will be resolved on startup), load SSL certificate from Certificate store
- hostname: localhost
port: 443
certificateFromStore:
storeName: My
thumbprint: 010a33515cc38cc244747827fce9cf8a8da4ac5c
# Logging. No logs will be saved unless you specify log location.
logging:
location: C:\sftplogs\web
#
# # minimal log level - supported values are: verbose, debug, information, warning, error, fatal. Default is 'warning'.
minLevel: warning
#
# # minimal log level for ASP.NET logging. This might be handy for troubleshooting. Supported values are the same as for minLevel.
aspNetMinLevel: warning
#
#
# Disables warning shown for http (unsecured) endpoint on home page.
# suppressHttpEndpointWarning: false
### EXPERIMENTAL ###
# The following section is likely to change in upcoming (even minor) versions. Use at your own risk
# experimental:
# sessionTimeout: 00:30:00