Skip to content

Commit b0ea7cc

Browse files
author
Keyfactor
committed
Update store_types.json for main
1 parent 072eb08 commit b0ea7cc

File tree

1 file changed

+62
-54
lines changed

1 file changed

+62
-54
lines changed

store_types.json

Lines changed: 62 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
"CustomAliasAllowed": "Optional"
396396
},
397397
{
398-
"Name": "IISU",
398+
"Name": "IIS Bound Certificate",
399399
"ShortName": "IISU",
400400
"Capability": "IISU",
401401
"LocalStore": false,
@@ -409,26 +409,26 @@
409409
"Properties": [
410410
{
411411
"Name": "spnwithport",
412-
"DisplayName": "SPN With Port?",
412+
"DisplayName": "SPN With Port",
413413
"Type": "Bool",
414414
"DependsOn": "",
415415
"DefaultValue": "false",
416416
"Required": false
417417
},
418418
{
419-
"Name": "WinRM Protocol",
419+
"Name": "WinRm Protocol",
420420
"DisplayName": "WinRm Protocol",
421421
"Type": "MultipleChoice",
422422
"DependsOn": "",
423-
"DefaultValue": "http,https",
423+
"DefaultValue": "https,http",
424424
"Required": true
425425
},
426426
{
427427
"Name": "WinRm Port",
428428
"DisplayName": "WinRm Port",
429429
"Type": "String",
430430
"DependsOn": "",
431-
"DefaultValue": "5985",
431+
"DefaultValue": "5986",
432432
"Required": true
433433
},
434434
{
@@ -449,7 +449,7 @@
449449
},
450450
{
451451
"Name": "ServerUseSsl",
452-
"DisplayName": "Use SSL?",
452+
"DisplayName": "Use SSL",
453453
"Type": "Bool",
454454
"DependsOn": "",
455455
"DefaultValue": "true",
@@ -458,28 +458,32 @@
458458
],
459459
"EntryParameters": [
460460
{
461-
"Name": "IPAddress",
462-
"DisplayName": "IP Address",
461+
"Name": "Port",
462+
"DisplayName": "Port",
463463
"Type": "String",
464464
"RequiredWhen": {
465465
"HasPrivateKey": false,
466-
"OnAdd": true,
467-
"OnRemove": true,
468-
"OnReenrollment": true
466+
"OnAdd": false,
467+
"OnRemove": false,
468+
"OnReenrollment": false
469469
},
470-
"DefaultValue": "*"
470+
"DependsOn": "",
471+
"DefaultValue": "443",
472+
"Options": ""
471473
},
472474
{
473-
"Name": "Port",
474-
"DisplayName": "Port",
475+
"Name": "IPAddress",
476+
"DisplayName": "IP Address",
475477
"Type": "String",
476478
"RequiredWhen": {
477479
"HasPrivateKey": false,
478480
"OnAdd": true,
479481
"OnRemove": true,
480482
"OnReenrollment": true
481483
},
482-
"DefaultValue": "443"
484+
"DependsOn": "",
485+
"DefaultValue": "*",
486+
"Options": ""
483487
},
484488
{
485489
"Name": "HostName",
@@ -490,31 +494,38 @@
490494
"OnAdd": false,
491495
"OnRemove": false,
492496
"OnReenrollment": false
493-
}
497+
},
498+
"DependsOn": "",
499+
"DefaultValue": "",
500+
"Options": ""
494501
},
495502
{
496503
"Name": "SiteName",
497-
"DisplayName": "Site Name",
504+
"DisplayName": "IIS Site Name",
498505
"Type": "String",
499506
"RequiredWhen": {
500507
"HasPrivateKey": false,
501508
"OnAdd": true,
502509
"OnRemove": true,
503510
"OnReenrollment": true
504511
},
505-
"DefaultValue": "Default Web Site"
512+
"DependsOn": "",
513+
"DefaultValue": "Default Web Site",
514+
"Options": ""
506515
},
507516
{
508517
"Name": "SniFlag",
509-
"DisplayName": "SNI Flag",
510-
"Type": "String",
518+
"DisplayName": "SNI Support",
519+
"Type": "MultipleChoice",
511520
"RequiredWhen": {
512521
"HasPrivateKey": false,
513522
"OnAdd": false,
514523
"OnRemove": false,
515524
"OnReenrollment": false
516525
},
517-
"DefaultValue": "0 - No SNI"
526+
"DependsOn": "",
527+
"DefaultValue": "0 - No SNI",
528+
"Options": "0 - No SNI,1 - SNI Enabled,2 - Non SNI Binding,3 - SNI Binding"
518529
},
519530
{
520531
"Name": "Protocol",
@@ -526,19 +537,23 @@
526537
"OnRemove": true,
527538
"OnReenrollment": true
528539
},
540+
"DependsOn": "",
529541
"DefaultValue": "https",
530-
"Options": "http, https"
542+
"Options": "https,http"
531543
},
532544
{
533545
"Name": "ProviderName",
534-
"DisplayName": "Provider Name",
546+
"DisplayName": "Crypto Provider Name",
535547
"Type": "String",
536548
"RequiredWhen": {
537549
"HasPrivateKey": false,
538550
"OnAdd": false,
539551
"OnRemove": false,
540552
"OnReenrollment": false
541-
}
553+
},
554+
"DependsOn": "",
555+
"DefaultValue": "",
556+
"Options": ""
542557
},
543558
{
544559
"Name": "SAN",
@@ -548,8 +563,11 @@
548563
"HasPrivateKey": false,
549564
"OnAdd": false,
550565
"OnRemove": false,
551-
"OnReenrollment": true
552-
}
566+
"OnReenrollment": false
567+
},
568+
"DependsOn": "",
569+
"DefaultValue": "",
570+
"Options": ""
553571
}
554572
],
555573
"PasswordOptions": {
@@ -559,21 +577,10 @@
559577
},
560578
"StorePathValue": "[\"My\",\"WebHosting\"]",
561579
"PrivateKeyAllowed": "Required",
562-
"JobProperties": [
563-
"IPAddress",
564-
"Port",
565-
"HostName",
566-
"SiteName",
567-
"SniFlag",
568-
"Protocol",
569-
"ProviderName",
570-
"SAN"
571-
],
572580
"ServerRequired": true,
573581
"PowerShell": false,
574582
"BlueprintAllowed": false,
575-
"CustomAliasAllowed": "Forbidden",
576-
"InventoryEndpoint": "/AnyInventory/Update"
583+
"CustomAliasAllowed": "Forbidden"
577584
},
578585
{
579586
"Name": "K8SCert",
@@ -1585,7 +1592,7 @@
15851592
"CustomAliasAllowed": "Forbidden"
15861593
},
15871594
{
1588-
"Name": "WinCert",
1595+
"Name": "Windows Certificate",
15891596
"ShortName": "WinCert",
15901597
"Capability": "WinCert",
15911598
"LocalStore": false,
@@ -1607,18 +1614,18 @@
16071614
},
16081615
{
16091616
"Name": "WinRM Protocol",
1610-
"DisplayName": "WinRm Protocol",
1617+
"DisplayName": "WinRM Protocol",
16111618
"Type": "MultipleChoice",
16121619
"DependsOn": "",
1613-
"DefaultValue": "http, https",
1620+
"DefaultValue": "https,http",
16141621
"Required": true
16151622
},
16161623
{
1617-
"Name": "WinRm Port",
1618-
"DisplayName": "WinRm Port",
1624+
"Name": "WinRM Port",
1625+
"DisplayName": "WinRM Port",
16191626
"Type": "String",
16201627
"DependsOn": "",
1621-
"DefaultValue": "5985",
1628+
"DefaultValue": "5986",
16221629
"Required": true
16231630
},
16241631
{
@@ -1649,14 +1656,17 @@
16491656
"EntryParameters": [
16501657
{
16511658
"Name": "ProviderName",
1652-
"DisplayName": "Provider Name",
1659+
"DisplayName": "Crypto Provider Name",
16531660
"Type": "String",
16541661
"RequiredWhen": {
16551662
"HasPrivateKey": false,
16561663
"OnAdd": false,
16571664
"OnRemove": false,
16581665
"OnReenrollment": false
1659-
}
1666+
},
1667+
"DependsOn": "",
1668+
"DefaultValue": "",
1669+
"Options": ""
16601670
},
16611671
{
16621672
"Name": "SAN",
@@ -1667,24 +1677,22 @@
16671677
"OnAdd": false,
16681678
"OnRemove": false,
16691679
"OnReenrollment": true
1670-
}
1680+
},
1681+
"DependsOn": "",
1682+
"DefaultValue": "",
1683+
"Options": ""
16711684
}
16721685
],
16731686
"PasswordOptions": {
16741687
"EntrySupported": false,
16751688
"StoreRequired": false,
16761689
"Style": "Default"
16771690
},
1691+
"StorePathValue": "",
16781692
"PrivateKeyAllowed": "Required",
1679-
"JobProperties": [
1680-
"ProviderName",
1681-
"SAN"
1682-
],
16831693
"ServerRequired": true,
16841694
"PowerShell": false,
16851695
"BlueprintAllowed": false,
1686-
"CustomAliasAllowed": "Forbidden",
1687-
"ServerRegistration": 7,
1688-
"InventoryEndpoint": "/AnyInventory/Update"
1696+
"CustomAliasAllowed": "Forbidden"
16891697
}
16901698
]

0 commit comments

Comments
 (0)