set default to 30 days for pki ca cert (#9405)

This commit is contained in:
Angel Garbarino 2020-07-07 13:07:50 -06:00 committed by GitHub
parent 9881e7c09a
commit 671bddf866
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,7 @@ export default DS.Model.extend({
ttl: attr({
label: 'TTL',
editType: 'ttl',
defaultValue: '720h',
}),
format: attr('string', {