ftp.certificateGroups
2.15.0+ FTP certificate groups. Certificate groups are assigned to FTP bindings and used for securing FTP over TLS connections.
# example
ftp:
certificateGroups:
# default certificate group (no name)
- certificates:
- 'path/to/cert'
# named certificate group
- name: rebexnet
certificates:
- 'path/to/cert'
- 'path/to/key'
ftp.certificateGroups[].name
string | null
Certificate group name. If not specified, the group is considered the default certificate group. Each group must have a unique name.
ftp.certificateGroups[].certificates
string array
Paths to certificate files. See Certificate path format for more information.
2.15.3+ You can create self-signed X.509 certificates using the burusftp certgen
command.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.