mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
adding configuration parameters for pkcs11 engine configuration
This commit is contained in:
parent
3ffe7777e5
commit
ee752d41b6
2 changed files with 16 additions and 1 deletions
|
@ -203,7 +203,7 @@ Full Configuration File
|
|||
|
||||
with open(tsq_path) as f:
|
||||
for line in f.readlines():
|
||||
m = re.search('\[ (\w+) \]', line)
|
||||
m = re.search('#?\[ (\w+) \]', line)
|
||||
if m:
|
||||
section = m.group(1)
|
||||
docs[section] = {'text': text_buf, 'vars': {}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue