diff options
author | Simon <965089+sarthurdev@users.noreply.github.com> | 2024-11-29 15:47:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-29 15:47:53 +0100 |
commit | 645d627254c5dcccdc72ee3502d7717a1df35bfc (patch) | |
tree | 53a3bf57c3b2fe1ee790912caf8419c4da032740 /python | |
parent | 56fb46f392187434a7ccf7504d2e1d1bf46c8377 (diff) | |
parent | 0358f6c660e6130b94ca8c53ec7b34d796605dd8 (diff) | |
download | vyos-1x-645d627254c5dcccdc72ee3502d7717a1df35bfc.tar.gz vyos-1x-645d627254c5dcccdc72ee3502d7717a1df35bfc.zip |
Merge pull request #4204 from sarthurdev/T6809
Diffstat (limited to 'python')
-rw-r--r-- | python/vyos/defaults.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py index dec619d3e..425990967 100644 --- a/python/vyos/defaults.py +++ b/python/vyos/defaults.py @@ -36,7 +36,8 @@ directories = { 'isc_dhclient_dir' : '/run/dhclient', 'dhcp6_client_dir' : '/run/dhcp6c', 'vyos_configdir' : '/opt/vyatta/config', - 'completion_dir' : f'{base_dir}/completion' + 'completion_dir' : f'{base_dir}/completion', + 'ca_certificates' : '/usr/local/share/ca-certificates/vyos' } config_status = '/tmp/vyos-config-status' |