stroke: add exportconn{cert,chain} commands in addition to exportx509
The new commands either export a single end entity certificate or the full trust chain for a specific connection name.
This commit is contained in:
@@ -123,6 +123,10 @@ typedef enum export_flag_t export_flag_t;
|
||||
enum export_flag_t {
|
||||
/** export an X509 certificate */
|
||||
EXPORT_X509 = 0x0001,
|
||||
/** export an X509 end entity certificate for a connection */
|
||||
EXPORT_CONN_CERT = 0x0002,
|
||||
/** export the complete trust chain of a connection */
|
||||
EXPORT_CONN_CHAIN = 0x0004,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user