summaryrefslogtreecommitdiff
path: root/src/migration-scripts/ipsec/7-to-8
AgeCommit message (Collapse)Author
2024-04-06T6199: remove unused Python imports from migration scriptsChristian Breunig
2023-08-02T5427: Fix migration script arguments len expects 2 argsViacheslav Hletenko
The script's name is always provided as the first argument sys.argv[0] Expected length for argv is 2 (script itself + config file) Change: 'if (len(argv) < 1)' to 'if len(argv) < 2'
2021-07-07pki: T3642: Migrate rsa-keys to PKI configurationsarthurdev