Skip to main content
Skip table of contents

GlobalConfigSampleAccounter

ACCOUNTER=org.signserver.server.GlobalConfigSampleAccounter.

Accounter holding the clients balances internally in the global configuration.

This Accounter is only for demonstration purposes and will not work under load. A production Accounter should use an implementation using a proper database. 

Global Configuration Properties

PropertyDescription
GLOBALCONFIGSAMPLEACCOUNTER_USERS 

Mapping from credential to account name.

Example:

GLOBALCONFIGSAMPLEACCOUNTER_USERS = user1,password:account1; user2,password2:account2
GLOBALCONFIGSAMPLEACCOUNTER_ACCOUNTS 

Mapping from account name to a balance.

Example:

GLOBALCONFIGSAMPLEACCOUNTER_ACCOUNTS = account1:14375; account2:12
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.