mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
set default to 30 days for pki ca cert (#9405)
This commit is contained in:
parent
9881e7c09a
commit
671bddf866
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ export default DS.Model.extend({
|
|||
ttl: attr({
|
||||
label: 'TTL',
|
||||
editType: 'ttl',
|
||||
defaultValue: '720h',
|
||||
}),
|
||||
|
||||
format: attr('string', {
|
||||
|
|
|
|||
Loading…
Reference in a new issue