Skip to main content

OrBIT User Guide

format

In this section:
Information type

Serial numbers

Syntax
"format": "SN_format"
Parameters

SN_format

The format of the serial number—a string that must contain the wildcard %CT%.

For use with

The product configuration file for the eSecIP Professional and eSecIP Standard editions.

Description

Use this field to define the format of the serial number. The value must contain the %CT% wildcard, which is replaced by the Security Appliance during production with a modified form of the production counter.

This field is mandatory in a serialNumbers configuration object.

Examples
"format": "SN-%CT%xyz"

The characters SN- and xyz will be written to all produced hardware devices, but %CT% is replaced by a substring that is unique to every device.

See also

counterLength, counterOffset, counterRadix, and counterStart.