diff --git a/manifests/params.pp b/manifests/params.pp index 1c91b292..a1ae5470 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -32,8 +32,8 @@ $city = 'Raleigh' $org = 'SomeOrg' $org_unit = 'SomeOrgUnit' - $expiration = '365' - $ca_expiration = '36500' + $expiration = '7300' # 20 years + $ca_expiration = '36500' # 100 years $keystore_password_file = 'keystore_password-file' $nss_db_dir = "${pki_dir}/nssdb"