-
I have copyparty running as a systemd service and make it make it accessible to the web through nginx. When starting/restarting the service i always have these lines in my logs:
Is this relevant for me? I also found the Any help is appreciated :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
no, you can ignore that - it is recommended to handle https in the reverse-proxy and speak plaintext to copyparty, but it will still try to create a cert regardless. And yes, since you know you won't need it, you can use global-option |
Beta Was this translation helpful? Give feedback.
no, you can ignore that - it is recommended to handle https in the reverse-proxy and speak plaintext to copyparty, but it will still try to create a cert regardless. And yes, since you know you won't need it, you can use global-option
no-crt
to opt out; there's no reason to give copyparty a cert in your usecase.