diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2016-05-10 05:55:05 +0200 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2016-05-13 16:49:45 +0200 |
| commit | ad0422d07cf0303d33f01868e79911dd84e754f5 (patch) | |
| tree | 92cd34c51e88b0d2346069e14e630fdddca2251d /base/tps-client | |
| parent | 15d36b324c995078ea09327aded244e9afeaa618 (diff) | |
| download | pki-ad0422d07cf0303d33f01868e79911dd84e754f5.tar.gz pki-ad0422d07cf0303d33f01868e79911dd84e754f5.tar.xz pki-ad0422d07cf0303d33f01868e79911dd84e754f5.zip | |
Added token status UNFORMATTED.
A new token status UNFORMATTED has been added for new tokens added
via UI/CLI and for TERMINATED tokens that are to be reused.
https://fedorahosted.org/pki/ticket/2287
Diffstat (limited to 'base/tps-client')
| -rw-r--r-- | base/tps-client/doc/CS.cfg | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/base/tps-client/doc/CS.cfg b/base/tps-client/doc/CS.cfg index c3f44e350..6903a4bd5 100644 --- a/base/tps-client/doc/CS.cfg +++ b/base/tps-client/doc/CS.cfg @@ -1487,10 +1487,11 @@ tokendb._069=# DAMAGED = 1, tokendb._070=# PERM_LOST = 2, tokendb._071=# SUSPENDED = 3, tokendb._072=# ACTIVE = 4, -tokendb._073=# TERMINATED = 6 -tokendb._074=# Note: Default transitions can be removed from the list if necessary. -tokendb._075=# Do not add other transitions since they may not be supported. -tokendb._076=######################################### +tokendb._073=# TERMINATED = 6, +tokendb._074=# UNFORMATTED = 7 +tokendb._075=# Note: Default transitions can be removed from the list if necessary. +tokendb._076=# Do not add other transitions since they may not be supported. +tokendb._077=######################################### tokendb.auditLog=[PKI_INSTANCE_PATH]/logs/tokendb-audit.log tokendb.hostport=[TOKENDB_HOST]:[TOKENDB_PORT] tokendb.ssl=false @@ -1546,7 +1547,7 @@ tokendb.confirmDeleteConfigTemplate=confirmDeleteConfig.template log.instance.SignedAudit.selected.events=ROLE_ASSUME,CONFIG_CERT_POLICY,CONFIG_CERT_PROFILE,CONFIG_CRL_PROFILE,CONFIG_OCSP_PROFILE,CONFIG_AUTH,CONFIG_ROLE,CONFIG_ACL,CONFIG_SIGNED_AUDIT,CONFIG_ENCRYPTION,CONFIG_TRUSTED_PUBLIC_KEY,CONFIG_DRM,SELFTESTS_EXECUTION,AUDIT_LOG_DELETE,LOG_PATH_CHANGE,LOG_EXPIRATION_CHANGE,CONFIG,CONFIG_ROLE,CONFIG_TOKEN,CONFIG_PROFILE,CONFIG_AUDIT,APPLET_UPGRADE,KEY_CHANGEOVER,RENEWAL log.instance.SignedAudit.selectable.events=ROLE_ASSUME,CONFIG_CERT_POLICY,CONFIG_CERT_PROFILE,CONFIG_CRL_PROFILE,CONFIG_OCSP_PROFILE,CONFIG_AUTH,CONFIG_ROLE,CONFIG_ACL,CONFIG_SIGNED_AUDIT,CONFIG_ENCRYPTION,CONFIG_TRUSTED_PUBLIC_KEY,CONFIG_DRM,SELFTESTS_EXECUTION,AUDIT_LOG_DELETE,LOG_PATH_CHANGE,LOG_EXPIRATION_CHANGE,PRIVATE_KEY_ARCHIVE,PRIVATE_KEY_ARCHIVE_PROCESSED,KEY_RECOVERY_REQUEST,KEY_RECOVERY_AGENT_LOGIN,KEY_RECOVERY_PROCESSED,KEY_GEN_ASYMMETRIC,NON_PROFILE_CERT_REQUEST,CONFIG,CONFIG_ROLE,CONFIG_TOKEN,CONFIG_PROFILE,CONFIG_AUDIT,APPLET_UPGRADE,KEY_CHANGEOVER,RENEWAL log.instance.SignedAudit.nonselectable.events=AUDIT_LOG_STARTUP,AUDIT_LOG_SHUTDOWN,CERT_REQUEST_PROCESSED,CERT_STATUS_CHANGE_REQUEST,CERT_STATUS_CHANGE_REQUEST_PROCESSED,AUTHZ_SUCCESS,AUTHZ_FAIL,INTER_BOUNDARY,AUTH_FAIL,AUTH_SUCCESS,CERT_PROFILE_APPROVAL,PROOF_OF_POSSESSION,CRL_RETRIEVAL,CRL_VALIDATION,CMC_SIGNED_REQUEST_SIG_VERIFY,SERVER_SIDE_KEYGEN_PROCESSED,SERVER_SIDE_KEYGEN_REQUEST -tokendb.allowedTransitions=0:1,0:2,0:3,0:6,3:2,3:6,4:1,4:2,4:3,4:6 +tokendb.allowedTransitions=0:1,0:2,0:3,0:6,3:2,3:6,4:1,4:2,4:3,4:6,6:7 target._000=######################################### target._001=# entries to enable configuration of parameter sets through the TPS UI agent and admin tabs target._002=# @@ -1594,11 +1595,12 @@ tps._007=# tps.cert.audit_signing.nickname=xxx tps._008=# tps.operations.allowedTransitions: tps._009=# - token operations, like formatting and enrollment have transitions between the following states tps._010=# FORMATTED = 0, -tps._011=# ACTIVE = 4 -tps._012=# Note: Default transitions can be removed from the list if necessary. -tps._013=# Do not add other transitions since they may not be supported. -tps._014=######################################## -tps.operations.allowedTransitions=0:0,0:4,4:4,4:0 +tps._011=# ACTIVE = 4, +tps._012=# UNFORMATTED = 7 +tps._013=# Note: Default transitions can be removed from the list if necessary. +tps._014=# Do not add other transitions since they may not be supported. +tps._015=######################################## +tps.operations.allowedTransitions=0:0,0:4,4:4,4:0,7:0 tps.cert.list=sslserver,subsystem,audit_signing tps.cert.sslserver.nickname=[HSM_LABEL][NICKNAME] tps.cert.subsystem.nickname=[HSM_LABEL][NICKNAME] |
