From f91ca26abeeb2d18659ce7255764d99a3ac81d0d Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 15 Jun 2016 07:18:47 +0200 Subject: Updated instructions to customize TPS token lifecycle. The TPS's CS.cfg and token-states.properties have been updated to include instructions to customize token state transitions and labels. https://fedorahosted.org/pki/ticket/2300 --- base/tps/shared/conf/token-states.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'base/tps/shared/conf/token-states.properties') diff --git a/base/tps/shared/conf/token-states.properties b/base/tps/shared/conf/token-states.properties index 4c972f3b1..99ade3d77 100644 --- a/base/tps/shared/conf/token-states.properties +++ b/base/tps/shared/conf/token-states.properties @@ -1,3 +1,13 @@ +# To customize the state and transition labels, copy this file into +# /var/lib/pki//tps/conf then change the labels as needed. +# Do not define new states or transitions since they will not be +# supported. +# +# To customize the transitions, edit the following properties in +# /var/lib/pki//tps/conf/CS.cfg: +# - tokendb.allowedTransitions +# - tps.operations.allowedTransitions + # Token states UNFORMATTED = Unformatted FORMATTED = Formatted (uninitialized) -- cgit