We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f954c commit 3b6f653Copy full SHA for 3b6f653
res/packaging/debian/etc/scion/bootstrapper.toml
@@ -1,6 +1,9 @@
1
# The folder where the retrieved topology and certificates are stored (default ".")
2
sciond_config_dir = "/etc/scion/"
3
4
+# Set the crypto engine to use for the signature verification, options are 'openssl' and 'native' (default native)
5
+crypto_engine = "openssl"
6
+
7
# Discovery mechanisms
8
[mock]
9
# Whether to enable the fake discovery or not (default false)
0 commit comments