mirror of
https://gitlab.com/chrony/chrony.git
synced 2026-01-20 21:00:20 -05:00
cmdmon: save NTS cookies and server keys on dump command
Extend the dump command to save also the server NTS keys and client NTS cookies. Remove the warning for unset dumpdir.
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
extern void NKS_Initialise(int scfilter_level);
|
||||
extern void NKS_Finalise(void);
|
||||
|
||||
/* Save the current server keys */
|
||||
extern void NKS_DumpKeys(void);
|
||||
|
||||
/* Generate an NTS cookie with a given context */
|
||||
extern int NKS_GenerateCookie(NKE_Context *context, NKE_Cookie *cookie);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user