Skip to content

Commit 3b6f653

Browse files
committed
Update packaged config
Keep openssl configured as crypto engine for the time being, allow for some transition time and additional testing
1 parent e8f954c commit 3b6f653

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

res/packaging/debian/etc/scion/bootstrapper.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# The folder where the retrieved topology and certificates are stored (default ".")
22
sciond_config_dir = "/etc/scion/"
33

4+
# Set the crypto engine to use for the signature verification, options are 'openssl' and 'native' (default native)
5+
crypto_engine = "openssl"
6+
47
# Discovery mechanisms
58
[mock]
69
# Whether to enable the fake discovery or not (default false)

0 commit comments

Comments
 (0)