diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2015-12-20 21:46:56 +0100 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2016-01-08 22:54:36 +0100 |
| commit | 9193fe5191d1bd857b7e1f5a398c6a279b42ec84 (patch) | |
| tree | 899d81f612cb8c148b7769f127181880ce229d8e /base/server/cmsbundle/src | |
| parent | 449e4357e733a70e8f27f65f69ca8f0f7c8b5b21 (diff) | |
| download | pki-9193fe5191d1bd857b7e1f5a398c6a279b42ec84.tar.gz pki-9193fe5191d1bd857b7e1f5a398c6a279b42ec84.tar.xz pki-9193fe5191d1bd857b7e1f5a398c6a279b42ec84.zip | |
Fixed mismatching certificate validity calculation.
The CAValidityDefault has been modified to use Calendar API to
calculate the certificate validity range to be consistent with
the ValidityConstraint and ValidityDefault.
https://fedorahosted.org/pki/ticket/1682
Diffstat (limited to 'base/server/cmsbundle/src')
| -rw-r--r-- | base/server/cmsbundle/src/UserMessages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/cmsbundle/src/UserMessages.properties b/base/server/cmsbundle/src/UserMessages.properties index 6b4dc69b5..7c5c77d5b 100644 --- a/base/server/cmsbundle/src/UserMessages.properties +++ b/base/server/cmsbundle/src/UserMessages.properties @@ -835,7 +835,7 @@ CMS_PROFILE_VALIDITY_CHECK_NOT_BEFORE=Check Not Before against current time CMS_PROFILE_VALIDITY_CHECK_NOT_AFTER=Check Not After against Not Before CMS_PROFILE_VALIDITY_NOT_BEFORE_GRACE_PERIOD=Grace period for Not Before being set in the future (in seconds). CMS_PROFILE_VALIDITY_RANGE=Validity Range -CMS_PROFILE_VALIDITY_RANGE_UNIT=Validity Range Unit (default: day) +CMS_PROFILE_VALIDITY_RANGE_UNIT=Validity Range Unit: year, month, day (default), hour, minute CMS_PROFILE_VALIDITY_START_TIME=Relative Start Time (in seconds) CMS_PROFILE_NOT_BEFORE_RANDOM_BITS=Not Before Random Bits CMS_PROFILE_NOT_AFTER_RANDOM_BITS=Not After Random Bits |
