mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
4427cabd0e
Drop 'DST Root CA X3', use 'ISRG Root X1' instead. The migration code makes sure that... * the intermediate certificate 'R3' is signed by 'ISRG Root X1' * 'ISRG Root X1' is self-signed, not cross-signed by 'DST Root CA X3' * 'DST Root CA X3' is finally gone
17 lines
582 B
Plaintext
17 lines
582 B
Plaintext
# Overlay for global configuration by RouterOS Scripts
|
|
# Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de>
|
|
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
|
|
#
|
|
# global configuration, custom overlay
|
|
# https://git.eworm.de/cgit/routeros-scripts/about/
|
|
|
|
# Make sure all configuration properties are up to date and this
|
|
# value is in sync with value in script 'global-functions'!
|
|
# Comment or remove to disable news and change notifications.
|
|
:global GlobalConfigVersion 52;
|
|
|
|
# Copy configuration from global-config here and modify it.
|
|
|
|
|
|
# End of global-config-overlay
|