Get the CSR

This commit is contained in:
2024-08-16 11:51:33 +02:00
parent 0c11703cea
commit 9966904e4d
4 changed files with 80 additions and 2 deletions

View File

@ -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