Co-authored-by: Thomas Schweizer-Bolzonello <thomas@schweizerbolzonello.net>
This commit is contained in:
parent
d2db7fbcdd
commit
b7dca10a06
|
@ -283,7 +283,7 @@ to be set on all PR secondary clusters.`,
|
||||||
},
|
},
|
||||||
"ocsp_servers": {
|
"ocsp_servers": {
|
||||||
Type: framework.TypeStringSlice,
|
Type: framework.TypeStringSlice,
|
||||||
Description: `OSCP Servers`,
|
Description: `OCSP Servers`,
|
||||||
Required: false,
|
Required: false,
|
||||||
},
|
},
|
||||||
"enable_aia_url_templating": {
|
"enable_aia_url_templating": {
|
||||||
|
|
|
@ -35,7 +35,7 @@ export default class PkiConfigUrlsModel extends Model {
|
||||||
crlDistributionPoints;
|
crlDistributionPoints;
|
||||||
|
|
||||||
@attr({
|
@attr({
|
||||||
label: 'OSCP Servers',
|
label: 'OCSP Servers',
|
||||||
subText: 'Specifies the URL values for the OCSP Servers field.',
|
subText: 'Specifies the URL values for the OCSP Servers field.',
|
||||||
showHelpText: false,
|
showHelpText: false,
|
||||||
editType: 'stringArray',
|
editType: 'stringArray',
|
||||||
|
|
|
@ -122,7 +122,7 @@ module('Integration | Component | Page::PkiConfigurationDetails', function (hook
|
||||||
.hasText('15m', 'it renders delta build duration');
|
.hasText('15m', 'it renders delta build duration');
|
||||||
assert
|
assert
|
||||||
.dom(SELECTORS.rowValue('Responder APIs'))
|
.dom(SELECTORS.rowValue('Responder APIs'))
|
||||||
.hasText('Enabled', 'responder apis value renders Enabled if oscp_disable=false');
|
.hasText('Enabled', 'responder apis value renders Enabled if ocsp_disable=false');
|
||||||
assert.dom(SELECTORS.rowValue('Interval')).hasText('77h', 'interval value renders');
|
assert.dom(SELECTORS.rowValue('Interval')).hasText('77h', 'interval value renders');
|
||||||
// check falsy aut_rebuild and _enable_delta hides duration values
|
// check falsy aut_rebuild and _enable_delta hides duration values
|
||||||
this.crl.autoRebuild = false;
|
this.crl.autoRebuild = false;
|
||||||
|
|
Loading…
Reference in New Issue