Skip to content

Commit dc46aae

Browse files
committed
Merge branch 'single-purpose-certs' into 'main'
Change attribute name to SinglePurposeCertificatesEnabled See merge request weblogic-cloud/weblogic-deploy-tooling!1824
2 parents 7778da8 + 8231b63 commit dc46aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SecurityConfiguration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"JavaStandardTrustEnabled": [ {"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "JavaStandardTrustEnabled", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
151151
"Notes": [ {"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
152152
"ProvisionedCertificatesIssuerEnabled": [ {"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "ProvisionedCertificatesIssuerEnabled", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
153-
"SingleUseCertificatesEnabled": [ {"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "SingleUseCertificatesEnabled", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
153+
"SinglePurposeCertificatesEnabled": [ {"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "SinglePurposeCertificatesEnabled", "wlst_path": "WP001", "default_value": false, "secure_default": true, "wlst_type": "boolean" } ],
154154
"SubjectAlternativeNames": [ {"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "SubjectAlternativeNames", "wlst_path": "WP001", "default_value": "hostname, address, loopback, listen_address_all, virtual_host_all", "wlst_type": "string" } ],
155155
"SubjectCommonName": [ {"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "SubjectCommonName", "wlst_path": "WP001", "default_value": "hostname", "wlst_type": "string" } ]
156156
},

0 commit comments

Comments
 (0)