Replies: 1 comment
-
Hello, the procedure is the same, the certificates must be in pem format. Try to better understand the issue by reading the logs. I'm sorry but I no longer provide free support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm trying to work with my certificate on Windows.
I created httpd.env with those values:
SFTPGO_HTTPD__BINDINGS__0__PORT=443
SFTPGO_HTTPD__BINDINGS__0__ENABLE_HTTPS=1
SFTPGO_HTTPD__BINDINGS__0__CERTIFICATE_FILE="mypath/mycert.crt"
SFTPGO_HTTPD__BINDINGS__0__CERTIFICATE_KEY_FILE="my_private_key.key"
When I add last line and try to restart service it doesn't work and show error 1067.
I used your guide for Linux, so I assumed syntax in httpd.env will be same and file extensions need to be same. Am I wrong?
Beta Was this translation helpful? Give feedback.
All reactions