diff options
-rw-r--r-- | pki/base/common/src/LogMessages.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pki/base/common/src/LogMessages.properties b/pki/base/common/src/LogMessages.properties index fa93e8327..73fad826b 100644 --- a/pki/base/common/src/LogMessages.properties +++ b/pki/base/common/src/LogMessages.properties @@ -2356,6 +2356,7 @@ PUBLISH_OCSP_PUBLISHER_ERROR=OCSPPublisher: {0} SELFTESTS_PARAMETER_WAS_NULL={0}: a self test parameter was null SELFTESTS_MISSING_NAME={0}: the self test property name {1} does not exist SELFTESTS_MISSING_VALUES={0}: the self test property name {1} contained no value(s) +SELFTESTS_INVALID_VALUES={0}: the self test property name {1} contained invalid value(s) SELFTESTS_CA_IS_NOT_PRESENT={0}: CA is NOT present SELFTESTS_CA_IS_NOT_INITIALIZED={0}: CA is NOT yet initialized SELFTESTS_CA_IS_CORRUPT={0}: CA public key is corrupt @@ -2378,6 +2379,8 @@ SELFTESTS_RA_IS_NOT_PRESENT={0}: RA is NOT present SELFTESTS_RA_IS_NOT_INITIALIZED={0}: RA is NOT yet initialized SELFTESTS_RA_IS_CORRUPT={0}: RA public key is corrupt SELFTESTS_RA_IS_PRESENT={0}: RA is present +SELFTESTS_TKS_FAILED={0}: TKS self test called {1} FAILED! +SELFTESTS_TKS_SUCCEEDED={0}: TKS self test called {1} ran SUCCESSFULLY SELFTESTS_RUN_ON_DEMAND_REQUEST={0}: the passed in request parameter {1}, used to invoke running self tests on-demand, was missing SELFTESTS_RUN_ON_DEMAND={0}: Running self test plugins specified to be executed on-demand: SELFTESTS_NOT_RUN_ON_DEMAND={0}: There were NO self test plugins specified to be run on-demand! |