Load root CA

This commit is contained in:
2024-06-29 18:08:57 +02:00
parent dca8848ec9
commit 4c4d1e13cb
3 changed files with 21 additions and 2 deletions

View File

@@ -9,4 +9,5 @@ parser.add_argument("--storage", help="Change storage location", default="storag
args = parser.parse_args()
args.secure_origin_path = os.path.join(args.storage, "SECURE_ORIGIN")
args.secure_origin_path = os.path.join(args.storage, "SECURE_ORIGIN")
args.root_ca_path = os.path.join(args.storage, "root_ca.pem")