Commit 1c4ff607 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

BACKWARD INCOMPATIBLE CHANGE: use signature-private-key-file option

Use same option name as libnetworkcache so that config files are compatible
parent e7d099fb
...@@ -65,7 +65,7 @@ class NetworkCache: ...@@ -65,7 +65,7 @@ class NetworkCache:
# Not mandatory # Not mandatory
self.dir_url = get_('upload-dir-url') self.dir_url = get_('upload-dir-url')
self.cache_url = get_('upload-cache-url') self.cache_url = get_('upload-cache-url')
self.signature_private_key_file = get_('signature_private_key_file') self.signature_private_key_file = get_('signature-private-key-file')
self.shacache_ca_file = get_('shacache-ca-file') self.shacache_ca_file = get_('shacache-ca-file')
self.shacache_cert_file = get_('shacache-cert-file') self.shacache_cert_file = get_('shacache-cert-file')
self.shacache_key_file = get_('shacache-key-file') self.shacache_key_file = get_('shacache-key-file')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment