These are the structural options for the json file. The json file can have the same format as the json that was dumped when gathering information, as described above:
Code Block |
---|
title | Example: Full json file |
---|
collapse | true |
---|
| {
"Appdata": {
"currentVersion": "0.10.41.0",
"FirstUseTime": 132284845977922598,
"FirstVersionInstalled": "0.10.41.0",
"IsFirstRun": true
},
"Settings": {
"AlwaysFlushLogFile": "true",
"ImportP12Target": "TPM",
"KeyProtLevel": "NoConsent",
"LogLevel": "Trace",
"MinimizeAfter": "false",
"SignAndAuthenticateWithOwnCertificatesOnly": "false",
"Theme": "Light",
"WipeYubi": "false"
},
"Profiles": {
"Profile-526f4c96-dc64-41a9-a87a-dae10cfadff0": {
"Activated": "3/10/2020 4:33:58 PM",
"BoxUri": "https://hermod-dev.go.nexusgroup.com/ms/9df91ea5-e243-45c5-af63-9fa150115b68",
"CardIdentifier": "ffcdd17d-8227-40fb-b1e0-8d0c0d380d1b",
"DeleteDisabled": "true",
"DeleteProfileAfterImport": "false",
"DisplayName": "TestProfile",
"EncryptionKeyDelete": "",
"Id": "526f4c96-dc64-41a9-a87a-dae10cfadff0",
"Issuer": "hermod-dev.go",
"KeyList": "signer|pex-17dd3bd7-75ed-4a71-84a2-bcc85-07718|74f7ce30e86197ebf2131d2876e0c934255fd0db",
"PinResetButtonDisabled": "false",
"ReaderName": "Microsoft Virtual Smart Card 10",
"SmartCardId": "526f4c96-dc64-41a9-a87a-dae10cfadff0",
"Status": "Online",
"Token": "e1bdd8b9-d405-4687-8710-61aa70febfe1",
"Type": "VSC",
"UserId": "userASS"
},
"Profile-87ac2824-bb9d-4c8f-98b1-308e6b188c52": {
"Activated": "3/10/2020 3:54:14 PM",
"BoxUri": "https://hermod-dev.go.nexusgroup.com/ms/60715a91-45d4-4a34-90c3-d9d327f902ec",
"CardIdentifier": "",
"DeleteDisabled": "false",
"DeleteProfileAfterImport": "false",
"DisplayName": "TestProfile",
"EncryptionKeyDelete": "",
"Id": "87ac2824-bb9d-4c8f-98b1-308e6b188c52",
"Issuer": "hermod-dev.go",
"KeyList": "signer|ee5b50d6a4b8b24a19b9011d781c5bdf_090eae2c-b3cb-4fff-8ec8-70f4c344736b|8ee194c6dd374fd3810fcadb2bbfb981eeb7aaf0",
"PinResetButtonDisabled": "false",
"ReaderName": "",
"SmartCardId": "87ac2824-bb9d-4c8f-98b1-308e6b188c52",
"Status": "Online",
"Token": "426473a7-6e4e-4fb3-8896-5a285f94c4b4",
"Type": "Software",
"UserId": "OS19FF111801"
},
"Profile-8fd5a513-b19a-406b-be20-ac1a460fc8c0": {
"Activated": "3/10/2020 3:55:39 PM",
"BoxUri": "https://hermod-dev.go.nexusgroup.com/ms/e9a68660-c7f2-4e2d-806a-c94c94ac3439",
"CardIdentifier": "",
"DeleteDisabled": "false",
"DeleteProfileAfterImport": "false",
"DisplayName": "TestProfile",
"EncryptionKeyDelete": "",
"Id": "8fd5a513-b19a-406b-be20-ac1a460fc8c0",
"Issuer": "hermod-dev.go",
"KeyList": "signer|C:\\Users\\david\\AppData\\Local\\Microsoft\\Crypto\\PCPKSP\\b5d414be8b38409f8567a0236ac4220c779c750b\\42bead215599cadb8c1c6c700dc0e63d800890f7.PCPKEY|4cf81c7f91a61a5b10bb3e8a56c0b5e9e72b87e6",
"PinResetButtonDisabled": "false",
"ReaderName": "",
"SmartCardId": "8fd5a513-b19a-406b-be20-ac1a460fc8c0",
"Status": "Online",
"Token": "77948522-c705-4162-9566-452beb0c8d40",
"Type": "TPM",
"UserId": "OS191ff11801"
},
"Profile-9b7acfb2ab13518d612c2abdef9be195aedbc158_637194463990052133": {
"Activated": "3/10/2020 3:13:19 PM",
"BoxUri": "NA",
"CardIdentifier": "",
"DeleteDisabled": "false",
"DeleteProfileAfterImport": "false",
"DisplayName": "ha",
"EncryptionKeyDelete": "",
"Id": "9b7acfb2ab13518d612c2abdef9be195aedbc158_637194463990052133",
"Issuer": "Nexus CM Bootstrap CA",
"KeyList": "FileP12|C:\\Users\\david\\AppData\\Local\\Microsoft\\Crypto\\PCPKSP\\b5d414be8b38409f8567a0236ac4220c779c750b\\b5338b9ac694b89601a5657f587c118081196203.PCPKEY|9b7acfb2ab13518d612c2abdef9be195aedbc158",
"PinResetButtonDisabled": "",
"ReaderName": "",
"SmartCardId": "9b7acfb2ab13518d612c2abdef9be195aedbc158_637194463990052133",
"Status": "Online",
"Token": "NA",
"Type": "File TPM",
"UserId": "Security Officer 1"
},
"ProfileIdsList": "9b7acfb2ab13518d612c2abdef9be195aedbc158_637194463990052133 87ac2824-bb9d-4c8f-98b1-308e6b188c52 8fd5a513-b19a-406b-be20-ac1a460fc8c0 526f4c96-dc64-41a9-a87a-dae10cfadff0"
}
}
|
Or the json file can have a simplified structure (not using the groups): Code Block |
---|
title | Example: Simplified json file |
---|
collapse | true |
---|
| {
"currentVersion": "0.10.41.0",
"FirstUseTime": 132284845977922598,
"FirstVersionInstalled": "0.10.41.0",
"IsFirstRun": true,
"AlwaysFlushLogFile": "true",
"ImportP12Target": "TPM",
"KeyProtLevel": "NoConsent",
"LogLevel": "Trace",
"MinimizeAfter": "false",
"SignAndAuthenticateWithOwnCertificatesOnly": "false",
"Theme": "Light",
"WipeYubi": "false",
"Profile-526f4c96-dc64-41a9-a87a-dae10cfadff0": {
"Activated": "3/10/2020 4:33:58 PM",
"BoxUri": "https://hermod-dev.go.nexusgroup.com/ms/9df91ea5-e243-45c5-af63-9fa150115b68",
"CardIdentifier": "ffcdd17d-8227-40fb-b1e0-8d0c0d380d1b",
"DeleteDisabled": "true",
"DeleteProfileAfterImport": "false",
"DisplayName": "TestProfile",
"EncryptionKeyDelete": "",
"Id": "526f4c96-dc64-41a9-a87a-dae10cfadff0",
"Issuer": "hermod-dev.go",
"KeyList": "signer|pex-17dd3bd7-75ed-4a71-84a2-bcc85-07718|74f7ce30e86197ebf2131d2876e0c934255fd0db",
"PinResetButtonDisabled": "false",
"ReaderName": "Microsoft Virtual Smart Card 10",
"SmartCardId": "526f4c96-dc64-41a9-a87a-dae10cfadff0",
"Status": "Online",
"Token": "e1bdd8b9-d405-4687-8710-61aa70febfe1",
"Type": "VSC",
"UserId": "userASS"
},
"Profile-87ac2824-bb9d-4c8f-98b1-308e6b188c52": {
"Activated": "3/10/2020 3:54:14 PM",
"BoxUri": "https://hermod-dev.go.nexusgroup.com/ms/60715a91-45d4-4a34-90c3-d9d327f902ec",
"CardIdentifier": "",
"DeleteDisabled": "false",
"DeleteProfileAfterImport": "false",
"DisplayName": "TestProfile",
"EncryptionKeyDelete": "",
"Id": "87ac2824-bb9d-4c8f-98b1-308e6b188c52",
"Issuer": "hermod-dev.go",
"KeyList": "signer|ee5b50d6a4b8b24a19b9011d781c5bdf_090eae2c-b3cb-4fff-8ec8-70f4c344736b|8ee194c6dd374fd3810fcadb2bbfb981eeb7aaf0",
"PinResetButtonDisabled": "false",
"ReaderName": "",
"SmartCardId": "87ac2824-bb9d-4c8f-98b1-308e6b188c52",
"Status": "Online",
"Token": "426473a7-6e4e-4fb3-8896-5a285f94c4b4",
"Type": "Software",
"UserId": "OS19FF111801"
},
"Profile-8fd5a513-b19a-406b-be20-ac1a460fc8c0": {
"Activated": "3/10/2020 3:55:39 PM",
"BoxUri": "https://hermod-dev.go.nexusgroup.com/ms/e9a68660-c7f2-4e2d-806a-c94c94ac3439",
"CardIdentifier": "",
"DeleteDisabled": "false",
"DeleteProfileAfterImport": "false",
"DisplayName": "TestProfile",
"EncryptionKeyDelete": "",
"Id": "8fd5a513-b19a-406b-be20-ac1a460fc8c0",
"Issuer": "hermod-dev.go",
"KeyList": "signer|C:\\Users\\david\\AppData\\Local\\Microsoft\\Crypto\\PCPKSP\\b5d414be8b38409f8567a0236ac4220c779c750b\\42bead215599cadb8c1c6c700dc0e63d800890f7.PCPKEY|4cf81c7f91a61a5b10bb3e8a56c0b5e9e72b87e6",
"PinResetButtonDisabled": "false",
"ReaderName": "",
"SmartCardId": "8fd5a513-b19a-406b-be20-ac1a460fc8c0",
"Status": "Online",
"Token": "77948522-c705-4162-9566-452beb0c8d40",
"Type": "TPM",
"UserId": "OS191ff11801"
},
"Profile-9b7acfb2ab13518d612c2abdef9be195aedbc158_637194463990052133": {
"Activated": "3/10/2020 3:13:19 PM",
"BoxUri": "NA",
"CardIdentifier": "",
"DeleteDisabled": "false",
"DeleteProfileAfterImport": "false",
"DisplayName": "ha",
"EncryptionKeyDelete": "",
"Id": "9b7acfb2ab13518d612c2abdef9be195aedbc158_637194463990052133",
"Issuer": "Nexus CM Bootstrap CA",
"KeyList": "FileP12|C:\\Users\\david\\AppData\\Local\\Microsoft\\Crypto\\PCPKSP\\b5d414be8b38409f8567a0236ac4220c779c750b\\b5338b9ac694b89601a5657f587c118081196203.PCPKEY|9b7acfb2ab13518d612c2abdef9be195aedbc158",
"PinResetButtonDisabled": "",
"ReaderName": "",
"SmartCardId": "9b7acfb2ab13518d612c2abdef9be195aedbc158_637194463990052133",
"Status": "Online",
"Token": "NA",
"Type": "File TPM",
"UserId": "Security Officer 1"
},
"ProfileIdsList": "9b7acfb2ab13518d612c2abdef9be195aedbc158_637194463990052133 87ac2824-bb9d-4c8f-98b1-308e6b188c52 8fd5a513-b19a-406b-be20-ac1a460fc8c0 526f4c96-dc64-41a9-a87a-dae10cfadff0"
} |
It is not necessary to specify all parameters: Code Block |
---|
title | Example: Only specify some parameters in the json file |
---|
collapse | true |
---|
| {
"AlwaysFlushLogFile": "false",
"ImportP12Target": "TPM",
"KeyProtLevel": "NoConsent",
"LogLevel": "Trace",
"MinimizeAfter": "false",
"SignAndAuthenticateWithOwnCertificatesOnly": "false",
"Theme": "Light",
"WipeYubi": "false",
} |
Note |
---|
It is NOT recommended to use the clean option when modifying only some parameters. Note that the not mentioned user adjustable settings will be set to default, and the not mentioned profile settings are lost. |
|