Duplicati webserver https with selfsigned certificate

Is it possible to run the duplicati webserver on https with a self signed certificate ?

if so, is there a simple howto to fo this ?

I’ve got certificate, keyfile and certificate (p12) files, but I don’t know how to use them in the commandline

I’ve tried this ::

duplicati-server --webservice-interface=any --webservice-sslcertificatefile /tmp/duplicati.p12 --log-file=/var/log/duplicati.log --log-level=Profiling $DAEMON_OPTS

I’m running Duplicati-server as a service on raspbian stretch

thanks in advance

I think you are just missing an equal sign:

duplicati-server --webservice-interface=any --webservice-sslcertificatefile=/tmp/duplicati.p12 --log-file=/var/log/duplicati.log --log-level=Profiling $DAEMON_OPTS

Regards, Kenneth

1 Like

Ooops, this feels so stupid. Thanks for your reply, https works as expected now !

If you found a response that helped you resolve you issue it would be great if you could show appreciation for the poster by clicking the :heart: icon on the post. And even better would be to click the image icon to mark it as solved so other users who might have the same issue will know this post is worth reading!

2 Likes