Get the CSR
This commit is contained in:
@ -23,6 +23,14 @@ extern "C"
|
||||
*/
|
||||
void crypto_print_priv_key();
|
||||
|
||||
/**
|
||||
* Get CSR
|
||||
*
|
||||
* @return NULL in case of failure or a buffer that must be
|
||||
* freed in case of success
|
||||
*/
|
||||
char *crypto_get_csr();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user