-
Notifications
You must be signed in to change notification settings - Fork 0
/
0.conf
28 lines (21 loc) · 839 Bytes
/
0.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Reserved Configuration for a device
# The objects in this file will be created and marked as undeletable
# These are processed in order. Configuration parameters must be comma
# delimited and may not contain spaces
# Set a label for this slot (optional) - will default to <slot>ABC so
# 0.conf will have a default label 00ABC
#label = MCHP
# Configure the device interface for an enabled HAL
# hid,i2c,<address>
# i2c,<address>,<bus>
# spi,<select_line>,<baud>
interface = hid,i2c,0x6c
# Configure the device type - base part number (optional)
device = ATECC608A-TFLXTLS
#Configure open slots for additional pkcs11 objects (optional)
freeslots = 1,2,3
# Manually configure keys into device locations (slots/handles)
# Slot 0 is the primary private key
#object = private,device,0
# Slot 15 is a public key
#object = public,root,15