Closed taikedz closed 6 years ago
Duplicity documentation on certificate verification: http://duplicity.nongnu.org/duplicity.1.html#toc24
You need duplicity parameter --ssl-cacert-path
.
Duplicity parameters are passed like this: https://github.com/blacklabelops/volumerize#duplicity-parameters
Thanks for the response.
Alas my requirement is for s3://
connections, but duplicity 0.7 series only supports overriding certificates for WebDAV and LFTP (reason being, underlying boto 2 which services s3://
connections does not support ca bundle overriding). This remains the case for duplicity in Alpine 3.8 (still uses duplicity 0.7)
I'll have to figure out some other way to work around this.
Thanks
Hello
I'm trying to use volumerize (docker) with an internal server, which has a company internal CA-signed ccertificate.
I'm trying to pass the certificate in via environment variable, but the duplicity process is not picking this up, or not using this mechanism.
What is the correct way to have volumerize/duplicity trust the internal CA certificate ?
Volumerize command:
The output I get is
I have confirmed that the docker environment's python does see the certificate