allow to use int value as key in cert generator

This commit is contained in:
Zhang Jingqiang 2024-03-22 11:53:41 +08:00
parent a843de1f0a
commit 8a95d3684a
7 changed files with 308 additions and 127 deletions

View file

@ -11,9 +11,6 @@ is make up of the following entries:
+-----------+----------+-------+------------------------------------------------+
|Key |Type |Reload |Description |
+===========+==========+=======+================================================+
|group_name |Str |no |Process group name, default to be empty, can be |
| | | |overridden by the *-G* command line option. |
+-----------+----------+-------+------------------------------------------------+
|runtime |Map |no |Runtime config, see :doc:`runtime` |
+-----------+----------+-------+------------------------------------------------+
|worker |Map [#w]_ |no |An unaided runtime will be started if present. |