-
hello. SFTPGO_ACME__DOMAINS__0: "ftp.company.name"
SFTPGO_ACME__EMAIL: "admin@company.name"
SFTPGO_ACME__KEY_TYPE: "4096"
SFTPGO_ACME__CERTS_PATH: "/var/lib/sftpgo/certs"
SFTPGO_ACME__CA_ENDPOINT: "https://acme-v02.api.letsencrypt.org/directory"
SFTPGO_ACME__RENEW_DAYS: 30
SFTPGO_ACME__HTTP01_CHALLENGE__0__PORT: 8085
SFTPGO_ACME__HTTP01_CHALLENGE__0__PROXY_HEADER: ""
SFTPGO_ACME__HTTP01_CHALLENGE__0__WEBROOT: "/var/www/ftp.company.name"
SFTPGO_ACME__TLS_ALPN01_CHALLENGE__0__PORT: 0 but the error goes like this:
is it a bug, or do I not understand how to spell env variables correctly? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
try:
|
Beta Was this translation helpful? Give feedback.
-
solved my initial problem (granting S3 access to proprietary software that doesn't support S3) w/o sftpgo, but big thanks nevertheless. hopefully, this thread would be useful to anyone who'd need to set up FTPS in sftpgo or configure sftpgo in docker. |
Beta Was this translation helpful? Give feedback.
try:
SFTPGO_ACME__DOMAINS
, this is a simple string list so you have to set as comma separated values.SFTPGO_ACME__HTTP01_CHALLENGE__PORT
, this is a struct not a list of structs and so on