Replies: 1 comment 1 reply
-
|
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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