summaryrefslogtreecommitdiffstats
path: root/base/tps-client
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-04-29 23:56:50 +0200
committerEndi S. Dewata <edewata@redhat.com>2016-05-06 01:36:40 +0200
commit00e4765342c56c0a010e3de6929f1a5b2585ed03 (patch)
tree2bfbe04634ff321365538899489066febceccff4 /base/tps-client
parent027ded5f1c06b420176610dec98be931cf4810e1 (diff)
downloadpki-00e4765342c56c0a010e3de6929f1a5b2585ed03.tar.gz
pki-00e4765342c56c0a010e3de6929f1a5b2585ed03.tar.xz
pki-00e4765342c56c0a010e3de6929f1a5b2585ed03.zip
Updated default TPS token state transitions.
The tps.operations.allowedTransitions property has been updated to include 4:4 transition by default. The inline documentation for tokendb.allowedTransitions and tps.operations.allowedTransitions has been updated to remove unsupported states and to add a note about adding/removing transitions. https://fedorahosted.org/pki/ticket/1290
Diffstat (limited to 'base/tps-client')
-rw-r--r--base/tps-client/doc/CS.cfg.in23
1 files changed, 10 insertions, 13 deletions
diff --git a/base/tps-client/doc/CS.cfg.in b/base/tps-client/doc/CS.cfg.in
index e15fc5332..f4bed51cb 100644
--- a/base/tps-client/doc/CS.cfg.in
+++ b/base/tps-client/doc/CS.cfg.in
@@ -1487,9 +1487,10 @@ tokendb._069=# DAMAGED = 1,
tokendb._070=# PERM_LOST = 2,
tokendb._071=# SUSPENDED = 3,
tokendb._072=# ACTIVE = 4,
-tokendb._073=# TEMP_LOST_PERM_LOST = 5,
-tokendb._074=# TERMINATED = 6
-tokendb._075=#########################################
+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.auditLog=[PKI_INSTANCE_PATH]/logs/tokendb-audit.log
tokendb.hostport=[TOKENDB_HOST]:[TOKENDB_PORT]
tokendb.ssl=false
@@ -1590,18 +1591,14 @@ tps._002=# tps.cert.list=sslserver,subsystem,audit_signing
tps._003=# tps.cert.sslserver.nickname=xxx
tps._005=# tps.cert.subsystem.nickname=xxx
tps._007=# tps.cert.audit_signing.nickname=xxx
-tps._008=# operations.allowedTransitions:
+tps._008=# tps.operations.allowedTransitions:
tps._009=# - token operations, like formatting and enrollment have transitions between the following states
tps._010=# READY = 0,
-tps._011=# DAMAGED = 1,
-tps._012=# PERM_LOST = 2,
-tps._013=# SUSPENDED = 3,
-tps._014=# ACTIVE = 4,
-tps._015=# TEMP_LOST_PERM_LOST = 5,
-tps._016=# TERMINATED = 6
-tps._017=# Sample: tps.operations.allowedTransitions=0:0,0:4,4:4,4:6,6:0
-tps._018=########################################
-tps.operations.allowedTransitions=0:0,0:4,4: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.cert.list=sslserver,subsystem,audit_signing
tps.cert.sslserver.nickname=[HSM_LABEL][NICKNAME]
tps.cert.subsystem.nickname=[HSM_LABEL][NICKNAME]